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

OPERATIONS MANAGEMENT SYSTEM

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

@foreach ($tpts as $tpt) @endforeach
TAKE OVER CENTER EXPECTED TONNAGE RECEIVED ACTUAL TONNAGE RECEIVED
{{$tpt['port_name']}} {{number_format($tpt['expected_tonnage'],4)}} {{number_format($tpt['actual_tonnage'],4)}}
TOTAL {{number_format(($expected_tonnages)->sum(),4)}} {{number_format(($actual_tonnages)->sum(),4)}}


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