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

OPERATIONS MANAGEMENT SYSTEM

TONNAGES RECEIVED PER LBC FOR {{strtoupper($season_name)}}

@foreach ($tpls as $tpl) @endforeach
LBC EXPECTED TONNAGE RECEIVED ACTUAL TONNAGE RECEIVED
{{$tpl['lbc_name']}} {{number_format($tpl['expected_tonnage'],4)}} {{number_format($tpl['actual_tonnage'],4)}}
TOTAL {{number_format(($expected_tonnages)->sum(),4)}} {{number_format(($actual_tonnages)->sum(),4)}}


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