@extends('layouts.app_rest') @section('content')
@php $bussiness = App\Models\Business::first(); @endphp
image

{{ $product->name ?? '' }}

  • Sku Code : {{ $product->sku_code ?? '' }}
  • Product Price : {{ $product->price ?? '' }}
  • Is KOT : {{ $product->multi_kot_location ?? '' }}
  • Is BOT : {{ $product->bot_location ?? '' }}
  • Product Description : {{ $product->description ?? '' }}
  • Is Enable Stock : {{ $enable_stock ?? '' }}
  • Status : {{ $status ?? '' }}
Category : {{ $product->category ?? '' }} Sub Category {{ $product->sub_category ?? '' }} Brand {{ $product->brand ?? '' }} Cuisine {{ $product->cousin ?? '' }}
Menu {{ $product->menu ?? '' }} Type {{ $product->type ?? '' }} Drink Type {{ $product->drink ?? '' }}
@endsection