Prices
@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 Wholesale Price Purchase Price MRP Min. Sale Price Bar Code Exp. Date Mfg. Date Mfg. CostStatus EditDelete
{{ 1 + $key}} {{ucfirst($list->batch)}} {{$list->sale_price}} {{$list->wholesale_price}} {{$list->purchase_price}} {{$list->mrp}} {{$list->min_sale_price}} {{$list->bar_code}} {{ formatedDate($list->exp_date) }} {{$list->mfg_date != '0000-00-00' || $list->mfg_date != '' ? $list->mfg_date : '-'}} {{$list->mfg_cost}}
status=='1' ? 'checked' : ''}}>
No Data Found