@extends('layouts.app') @section('title', 'Create Import Order') @section('breadcrumb') @endsection @section('content')
@csrf

Create Import Purchase Order

Fill in the details below to create a new import order

Cancel
{{-- Supplier Details --}}
{{-- Shipment Details --}}
{{-- Line Items --}}
# Product / Description * HS Code Unit * Quantity * Unit Price * Amount Net Weight (kg) Gross Weight (kg)
1 0.00
Total: 0.00
{{-- Special Requirements --}}
@foreach(['Commercial Invoice','Packing List','Bill of Lading','Certificate of Origin','Inspection Certificate','Insurance Certificate','Phytosanitary Certificate','Fumigation Certificate'] as $doc)
@endforeach
@endsection @push('scripts') @endpush