{{ 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}} |
@if(auth()->user()->can('product-prices-edit'))
status=='1' ? 'checked' : ''}}>
|
|
@endif
{{-- @if(auth()->user()->can('product-prices-delete'))
|
@endif --}}
@php $i++; @endphp
@endforeach
@else