CERTIFICATE OF ORIGIN
{{ ucfirst(str_replace('_', ' ', $certificate->coo_type ?? '')) }}
{{ $certificate->coo_number }}
1. Exporter (Name, Address, Country)
{{ $company->name ?? config('app.name') }}
{!! nl2br($company->address ?? '') !!}
2. Consignee (Name, Address, Country)
{{ $certificate->order->customer->name ?? 'N/A' }}
{!! nl2br($certificate->order->customer->address ?? '') !!}
3. Country of Origin
{{ $certificate->country_of_origin ?? 'N/A' }}
4. Country of Destination
{{ $certificate->destination_country ?? 'N/A' }}
5. Description of Goods
{!! nl2br($certificate->goods_description ?? 'N/A') !!}
6. H.S. Code
{{ $certificate->hs_code ?? 'N/A' }}
7. Quantity / Weight
{{ $certificate->quantity_weight ?? 'N/A' }}
8. Invoice Value
{{ $certificate->invoice_value ?? 'N/A' }}
9. Invoice Number
{{ $certificate->invoice_number ?? 'N/A' }}
10. BL Number
{{ $certificate->bl_number ?? 'N/A' }}
11. Vessel / Flight
{{ $certificate->vessel_flight ?? 'N/A' }}