Stock Reporting
SAAMIS
#
Product
Current Stock
Expiry date
@foreach ($product_list as $list)
{{$list->sinum}}
{{$list->product_name}}
{{floor($list->current_stock)}}
{{$list->expiry_date}}
@endforeach
1/1