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

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

  • Product Type : {{$type ?? ''}}
  • Product Attributes : {{$result}}
  • Sku Code : {{$product->sku_code ?? '' }}
  • Barcode : {{$product->barcode ?? '' }}
  • Is KOT : {{$kot ?? '' }}
  • Is BOT : {{$bot ?? '' }}
  • 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 ?? '' }}
Sale price Purchase price MRP Discount
{{$product->sale_price ?? '0.00' }} {{$product->last_purchase_price ?? '0.00' }} {{$product->discount ?? '0.00' }} {{$product->mrp ?? '0.00' }}
@endsection