@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
--}}
Select Contract:
Select Contract:
@foreach ($contracts as $contract)
{{ $contract->number }}
@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
Tonnage Delivered
Total tonnage on Contract:
Total tonnage Delivered:
{{--
Tonnage remaining:
--}}
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
Novated Contract:
No
Yes
Select Buyer:
Select Buyer:
@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