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

OPERATIONS MANAGEMENT SYSTEM

Allocate Freight

@include('includes.messages')
{{ csrf_field() }}
{{--
--}} {{--
--}} @php $tft = $contract->facs->sum('fac_tonnage'); // total fac tonnage $it = $contract->shipping_instruction->si_tonnage; // total si tonnage $limit = $it - $tft; @endphp
{{--
--}} {{--
--}} {{--
--}}
@endsection @section('more-scripts') @endsection