@include('pdfTemplates.layouts.header')

VESSEL BERTHING APPLICATION

{{-- THIS IS TEMPORARY CODE--}}
LINER CODE: {{ $singleFormData->liner_code }} SHIPPING AGENT: {{ $singleFormData->shipping_agent }}
VESSEL CODE: {{ $singleFormData->vessel_code }} VESSEL NAME: {{ $singleFormData->voyage_name }}
LOA: {{ $singleFormData->loa }} SERVICE CODE: {{ $singleFormData->service_code }}
VOYAGE NO: {{ $singleFormData->voyage_no }} ARRIVAL DRAFT (FWD): {{ $singleFormData->arrival_draft }} AFT1: {{ $singleFormData->aft1 }}
VESSEL REFERENCE: {{ $singleFormData->vessel_referance }} DEPARTURE DRAFT (FWD): {{ $singleFormData->department_draft }} AFT2: {{ $singleFormData->aft2 }}
ETA: {{ date('Y/m/d H:i', strtotime($singleFormData->eta)) }} DISCHARGING LOADING
PURPOSE OF CALL: {{ $singleFormData->purpose_of_call }} TOTAL CONTAINERS {{ $singleFormData->total_containers1 }} {{ $singleFormData->total_containers2 }}
LPC: {{ $singleFormData->lpc }} TOTAL VEHICLES {{ $singleFormData->total_vehicles1 }} {{ $singleFormData->total_vehicles2 }}
NPC: {{ $singleFormData->npc }} TOTAL BREAK/ DRY BULK {{ $singleFormData->total_break1 }} {{ $singleFormData->total_break2 }}
LIQUID QUANTITY {{ $singleFormData->liquid_qty1 }} {{ $singleFormData->liquid_qty2 }}
BERTHING REQUEST: {{ $singleFormData->berthing_request }}
HEAVY LIFTS ( Y / N ): {{ $singleFormData->heavy_lift_val }} RE-STOW ( Y / N ): {{ $singleFormData->heavy_lift_val }}
DANGEROUS CARGO ( Y / N ): {{ $singleFormData->dangerous_val }} OOG ( Y / N ): {{ $singleFormData->oog_val }}
SECURITY / EXPLOSIVE HIGH VALUE ( Y / N ): {{ $singleFormData->security_val }} DISCHARGING LOADING
MAX GANGS WORKABLE {{ $singleFormData->discharging }} {{ $singleFormData->loading }}


WE HEREBY DECLARE THAT THE INFORMATION PROVIDED IN THIS DOCUMENT ARE CORRECT & UNDERTAKE TO PAY ALL FEES & CHARGES AS APPLICABLE.

AGENT NAME: {{ $singleFormData->agent_name }}

COMPANY NAME: {{ $company }}

DATE: {{ $singleFormData->created_at->format('d M Y') }}

TIME: {{ $singleFormData->created_at->format('h:i a') }}

REF NUMBER: {{ $singleFormData->ref_number }}

Please ensure that this form is submitted during Customer Service working hours: between 0800 and 1700 hours on weekdays and between 0800 and 1300 on Saturdays. FPTL accepts no responsibility if the forms are submitted outside working hours and any transactions not being attended to.
@include('pdfTemplates.layouts.footer')