TONNAGES RECEIVED PER WAREHOUSE FOR {{strtoupper($season_name)}} @if ($request->lbc_id != 'all' && $request->lbc_id != NULL) {{optional(App\Model\lbc::find($request->lbc_id))->name}} @endif
WAREHOUSE | EXPECTED TONNAGE RECEIVED | ACTUAL TONNAGE RECEIVED |
---|---|---|
{{$tpw['warehouse_name']}} | {{number_format($tpw['expected_tonnage'],4)}} | {{number_format($tpw['actual_tonnage'],4)}} |
TOTAL | {{number_format(($expected_tonnages)->sum(),4)}} | {{number_format(($actual_tonnages)->sum(),4)}} |