{{$data->firstItem() + $key}} |
{!! $list->product_name??'' !!} |
{{ isset($list->quantity) ? convertDecimelPoint($list->quantity):'' }} |
{!! $list->prepared_by??'' !!} |
{{ formatedDateTime($list->created_at) }} |
{!! $list->status??'' !!} |
|
@php $i++; @endphp
@endforeach
@else