BILL OF LADING

{{ $bill->bl_number ?? 'DRAFT' }}

Shipper
{{ $bill->shipper->name ?? 'N/A' }}
{!! nl2br($bill->shipper_address ?? '') !!}
Booking Reference
{{ $bill->order->booking->booking_number ?? 'N/A' }}
Consignee
{{ $bill->consignee->name ?? 'N/A' }}
{!! nl2br($bill->consignee_address ?? '') !!}
Notify Party
{{ $bill->notifyParty->name ?? 'Same as Consignee' }}
Vessel / Voyage
{{ $bill->vessel_name ?? 'TBD' }} V.{{ $bill->voyage_number ?? '' }}
Port of Loading
{{ $bill->portOfLoading->name ?? 'N/A' }}
Port of Discharge
{{ $bill->portOfDischarge->name ?? 'N/A' }}
Place of Receipt
{{ $bill->place_of_receipt ?? 'N/A' }}
Place of Delivery
{{ $bill->place_of_delivery ?? 'N/A' }}

PARTICULARS FURNISHED BY SHIPPER

Description of Goods: {{ $bill->cargo_description ?? 'N/A' }}

Container No.Seal No.Gross Weight (MT)Volume (CBM)Packages
{{ $bill->container_numbers ?? 'N/A' }} {{ $bill->seal_numbers ?? 'N/A' }} {{ number_format($bill->gross_weight ?? 0, 3) }} {{ number_format($bill->volume ?? 0, 3) }} {{ $bill->no_of_packages ?? 0 }}

Marks & Numbers: {{ $bill->marks_numbers ?? 'N/A' }}

Freight: {{ ucfirst($bill->freight_terms ?? 'prepaid') }}
No. of Original B/L: {{ $bill->no_of_original_bl ?? 3 }}
Carrier / Agent
Shipper
Date & Place of Issue
SHIPPED on board in apparent good order and condition the total number of containers or packages indicated above, said to contain the goods as specified, for carriage from the Port of Loading to the Port of Discharge.

This is a non-negotiable copy unless otherwise stated.