@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_id == $consignee->id) selected @endif>{{ $consignee->name }} @endforeach --}} {{-- GC Number --}} Invoice Number GC: Invoice date Insurance Number Freight Exchange Rate Select vessel: @foreach ($vessels as $vessel) vessel_id == $vessel->id) selected @endif>{{ $vessel->name }} @endforeach Select Shipping Mode: @foreach ($shippingmodes as $shippingmode) shippingmode_id == $shippingmode->id) selected @endif> {{ $shippingmode->name }} @endforeach Bill of Laden number Bill of Laden Date Select Loading Port: @foreach ($loadingports as $loadingport) loadingport_id == $loadingport->id) selected @endif> {{ $loadingport->name }} @endforeach Select Consignor @foreach ($consignors as $consignor) consignor_id == $consignor->id) selected @endif> {{ $consignor->name }} @endforeach Remarks {{ $shipment->remarks }} Additional Remarks {{ $shipment->additional_remarks }} Applicable Warehouse Charges: warehouse_charges == 'no') selected @endif>No warehouse_charges == 'yes') selected @endif>Yes {{-- Novated Contract: novated == 'no') selected @endif>No novated == 'yes') selected @endif>Yes Select Buyer: @foreach ($consignees as $consignee) novated_buyer_id == $consignee->id) selected @endif> {{ $consignee->name }} @endforeach --}} Premium applicable: premium_status == 'no' or $shipment->premium_status == null) selected @endif>No premium_status == 'yes' or $shipment->premium_status == null) selected @endif>Yes Freight Exchange Rate Select Premium: Select Premium @endsection @section('more-scripts') @endsection