TRADE DEVELOPMENT AUTHORITY OF PAKISTAN

EXPORT CERTIFICATE

Certificate No: {{ $form->form_number ?? 'TDAP' . date('Y') . '0001' }}

Exporter Name:
{{ $form->client->name ?? 'N/A' }}
Certificate Date:
{{ $form->created_at?->format('d/m/Y') ?? date('d/m/Y') }}
Shipment Reference:
{{ $form->shipment->tracking_number ?? 'N/A' }}
TDAP Registration No:
{{ $form->form_data['tdap_reg_no'] ?? 'N/A' }}
Product Description:
{{ $form->form_data['product_description'] ?? 'N/A' }}
HS Code:
{{ $form->form_data['hs_code'] ?? 'N/A' }}
Quantity:
{{ $form->form_data['quantity'] ?? 'N/A' }} {{ $form->form_data['unit'] ?? '' }}
FOB Value (USD):
${{ number_format($form->form_data['fob_value'] ?? 0, 2) }}
Destination Country:
{{ strtoupper($form->form_data['destination_country'] ?? 'N/A') }}
Port of Loading:
{{ strtoupper($form->form_data['port_of_loading'] ?? 'Karachi Port') }}

CERTIFICATE:

This is to certify that the above mentioned goods are of Pakistani origin and are being exported in accordance with the Trade Development Authority of Pakistan regulations. The exporter is duly registered with TDAP and authorized to export the specified commodities.

This certificate is issued based on the documents submitted by the exporter and is valid for the shipment mentioned above.

Authorized Officer
TDAP
Official Seal
Date & Stamp
Exporter Signature
{{ $form->client->name ?? 'Exporter' }}