@extends('admin.layout.app') @section('more-head') @endsection @section('main-content') Local Delivery Local Delivery @include('includes.messages') {{ csrf_field() }} {{ method_field('PUT') }} Select Contract: @foreach ($contracts as $contract) id == $shipment->contract_id) selected @endif> {{ $contract->number }} @endforeach Delivery Status Select Status delivery_status == 'normal') selected @endif>Normal delivery_status == 'excess') selected @endif> Excess delivery_status == 'loan') selected @endif> loan Loan Type Select Loan Type loan_type == 'Annual_Syndicated') selected @endif>Annual Syndicated loan_type == 'AFDB') selected @endif>AFDB loan_type == 'MTLF') selected @endif>MTLF Previous Invoice Number {{-- Buyer Prefix --}} Invoice Number GC: Invoice date Tonnage Delivered Total tonnage on Contract: {{ optional($shipment->contract)->tonnage }} {{-- Total tonnage on Allocation: {{ optional($shipment->fac)->fac_tonnage }} --}} Total tonnage Delivered: {{ $tonnage_shipped }} {{-- Tonnage remaining: --}} Select Loading Port: Select Loading Port: @foreach ($loadingports as $loadingport) id == $shipment->loadingport_id) selected @endif> {{ $loadingport->name }} @endforeach Select Consignor @foreach ($consignors as $consignor) id == $shipment->consignor_id) selected @endif> {{ $consignor->name }} @endforeach Select Account Number Select Account Number: @foreach ($bank_details as $bank_detail) id == $shipment->premium_bank_detail_id) selected @endif> {{ $bank_detail->bank_name }}({{ $bank_detail->bank_acct_no }}) @endforeach Remarks {{ $shipment->remarks }} Additional Remarks {{ $shipment->additional_remarks }} Novated Contract: novated == 'no') selected @endif>No novated == 'yes') selected @endif>Yes Select Buyer: Select Buyer: @foreach ($consignees as $consignee) novated_buyer_id == $consignee->id) selected @endif> {{ $consignee->name }} @endforeach Pre-Payment: prepayment == 'no') selected @endif>No prepayment == 'yes') selected @endif>Yes 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: @foreach ($premiums as $premium) id == $shipment->premium_id) selected @endif> {{ $premium->type }} @endforeach @endsection @section('more-scripts') @endsection