@extends('admin.layout.app') @section('more-head') @endsection @section('main-content') Shipment Shipment @include('includes.messages') {{ csrf_field() }} {{-- GC Number --}} {{-- Select Consignee Select Consignee @foreach ($consignees as $consignee) {{ $consignee->name }} @endforeach --}} {{-- GC Number --}} Invoice Number GC: Invoice date Insurance Number 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: @foreach ($loadingports as $loadingport) {{ $loadingport->name }} @endforeach Select Consignor @foreach ($consignors as $consignor) {{ $consignor->name }} @endforeach Remarks Additional Remarks Applicable Warehouse Charges: No Yes {{-- Novated Contract: No Yes 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