@extends('admin.layout.app') @section('more-head') @endsection @section('main-content')

OPERATIONS MANAGEMENT SYSTEM

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

@foreach ($tpws as $tpw) @endforeach
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)}}


@endsection @section('more-scripts') @endsection