@extends('admin.layout.app') @section('more-head') @endsection @section('main-content') Local Delivery Local Delivery @include('includes.messages') {{ csrf_field() }} Select Consignee Select Consignee @foreach ($consignees as $consignee) {{ $consignee->name }} @endforeach Delivery Status Select Status Normal Excess Loan Loan Type Select Loan Type Annual Syndicated AFDB MTLF Previous Invoice Number {{-- Buyer Prefix --}} Invoice Number GC: Invoice date {{-- Insurance Number --}} {{-- Freight Exchange Rate --}} {{-- Select vessel: @foreach ($vessels as $vessel) {{ $vessel->name }} @endforeach --}} Select Shipping Mode: 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 Select Account Number Select Account Number: @foreach ($bank_details as $bank_detail) {{ $bank_detail->bank_name }}({{ $bank_detail->bank_acct_no }}) @endforeach Remarks Additional Remarks {{-- Applicable Warehouse Charges: No Yes --}} Novated Contract: No Yes Select Buyer: Select Consignee @foreach ($consignees as $consignee) {{ $consignee->name }} @endforeach Pre-Payment: No Yes Premium applicable: No Yes Freight Exchange Rate Select Premium: Select Premium @endsection @section('more-scripts') @endsection