Prices and Batch
@if(auth()->user()->can('product-prices-create')) @endif

@if(auth()->user()->can('product-prices-edit')) @endif {{-- @if(auth()->user()->can('product-prices-delete')) @endif --}} @php $i=1;@endphp @if(count($prices)>0) @foreach($prices as $key=> $list) @if(auth()->user()->can('product-prices-edit')) @endif {{-- @if(auth()->user()->can('product-prices-delete')) @endif --}} @php $i++; @endphp @endforeach @else @endif
Sl No Batch Sale Price W. Price Pur.Price MRP Min. SP Pack Stock Loose Stock Exp. Date Mfg. CostStatus EditDelete
{{ 1 + $key}} {{$list->batch?ucfirst($list->batch):'N/A'}} {{$list->sale_price}} {{$list->wholesale_price}} {{$list->purchase_price}} {{$list->mrp}} {{$list->min_sale_price}} {{$list->opening_stock_pack}} {{$list->opening_stock_loose}} {{ formatedDate($list->exp_date) }} {{$list->mfg_cost}}
status=='1' ? 'checked' : ''}}>
No Data Found