@if (Session::has('message'))
{{ trans(Session::get('message')) }}
@endif
| # |
Item Code |
Product Description |
Batch Number |
Batch Quantity |
Expiry Date |
@foreach($maul as $value)
| {{ $row}} |
{{ $value->item_code}} |
{{$value->commodity->name}} |
{{ $value->batch_number}} |
{{ $value->batch_quantity}} |
{{ $value->expiry_date}} |
Actions |
@endforeach
@if (Session::has('message'))
{{ trans(Session::get('message')) }}
@endif
| # |
Item Code |
Product Description |
Batch Number |
Batch Quantity |
Expiry Date |
Actions |
@foreach($jms as $value)
| {{ $row}} |
{{ $value->item_code}} |
{{$value->commodity->name}} |
{{ $value->batch_number}} |
{{ $value->batch_quantity}} |
{{ $value->expiry_date}} |
{{trans('messages.edit')}}
|
@endforeach
@if (Session::has('message'))
{{ trans(Session::get('message')) }}
@endif
| # |
Item Code |
Product Description |
Batch Number |
Batch Quantity |
Expiry Date |
@foreach($nms as $value)
| {{ $row}} |
{{ $value->item_code}} |
{{$value->commodity->name}} |
{{ $value->batch_number}} |
{{ $value->batch_quantity}} |
{{ $value->expiry_date}} |
@endforeach