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

shipment

shipment

@include('includes.messages')
{{ csrf_field() }} {{ method_field('PUT') }}
{{--
--}}
@foreach ($facs as $fac) @endforeach

{{--
--}}
GC:
Total tonnage on Contract: {{ optional($shipment->contract)->tonnage }}
Total tonnage on Allocation: {{ optional($shipment->fac)->fac_tonnage }}
Total tonnage Shipped: {{ $tonnage_shipped }}

{{--
Tonnage remaining:

--}}
{{--
--}}


{{--
--}} {{--
--}}







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