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

OPERATIONS MANAGEMENT SYSTEM

Add Contract Details:

@include('includes.messages')
{{ csrf_field() }}


Total tonnage on Contract: {{ optional($shipment->contract)->tonnage }}
Total tonnage on Allocation: {{ optional($shipment->fac)->fac_tonnage }}
Total tonnage Shipped: {{ $tonnage_shipped }}
@endsection @section('more-scripts') @endsection