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