@extends('admin.layout.app') @section('more-head') @endsection @section('main-content') Shipment Shipment @include('includes.messages') {{ csrf_field() }} {{-- Select consignee: Select consignee: @foreach ($consignees as $consignee) {{ $consignee->name }} @endforeach --}} Select Contract: Select Contract: @foreach ($facs as $fac) {{ $fac->contract->number }} (SD: {{ $fac->sd_number }}) @endforeach @foreach ($facs as $fac) @endforeach {{-- Invoice number --}} Invoice Number GC: Invoice date Insurance Number Tonnage Shipped Total tonnage on Contract: Total tonnage on Allocation: Total tonnage Shipped: {{-- Tonnage remaining: --}} Freight Exchange Rate Select vessel: @foreach ($vessels as $vessel) {{ $vessel->name }} @endforeach {{-- Select Shipping Mode: @foreach ($shippingmodes as $shippingmode) {{$shippingmode->name}} @endforeach --}} Bill of Laden number Bill of Laden Date Select Loading Port: Select Loading Port: @foreach ($loadingports as $loadingport) {{ $loadingport->name }} @endforeach Select Consignor @foreach ($consignors as $consignor) {{ $consignor->name }} @endforeach Remarks Additional Remarks Pre-Payment: No Yes Applicable Warehouse Charges: No Yes {{-- Novated Contract: No Yes Select Buyer: Select Buyer: @foreach ($consignees as $consignee) {{ $consignee->name }} @endforeach --}} Premium applicable: No Yes Freight Exchange Rate Select Premium: Select Premium @endsection @section('more-scripts') @endsection