@extends('layouts.app') @section('title', 'New Export Order') @section('breadcrumbs') @endsection @section('content')

New Export Order

Create a new export order

Back
@csrf @if ($errors->any())
@endif
Customer & Order Info
Order Items
@include('export.orders.partials._items')
Shipment Planning
Required Documents
@foreach(['Commercial Invoice', 'Packing List', 'Certificate of Origin', 'Bill of Lading', 'Shipping Bill', 'Insurance Certificate', 'Fumigation Certificate', 'Phytosanitary Certificate'] as $doc)
@endforeach
Subtotal:0.00
Tax:0.00
Total:0.00
@endsection