@extends('layouts.app') @section('title', 'New Document Dispatch') @section('breadcrumbs') @endsection @section('content')

New Document Dispatch

Back
@csrf
Dispatch Details
Documents Included
@foreach(['Commercial Invoice', 'Packing List', 'Certificate of Origin', 'Bill of Lading', 'Shipping Bill', 'Insurance Certificate', 'Fumigation Certificate', 'Phytosanitary Certificate', 'Quality Certificate', 'Weight Certificate', 'Inspection Certificate', 'Beneficiary Certificate'] as $doc)
@endforeach
@endsection