|
***LOADING CONFIRMATION*** |
Prezados, Bom dia!
{!! ($loading->shipperReference ? ' SHIPPER REFERENCE: ' . $loading->shipperReference . ' -' : '') !!} BL No: {{$item->BlNumber == null ? '' : $item->BlNumber}}
@endforeachBOOKING No: {{$loading->booking }}
SHIPPER: {{($loading->shippers_id ? $loading->shippers->name : '-')}}
CONSIGNEE: {!!$consignee!!}
CSA REFERENCE: {!!$loading->SAOE!!}
@if(substr($loading->SAOE, 0, 4) == "SAOI")LOADING PLACE AT ORIGIN: {!!isset($loading->place_at_origin->descricao) ? str_replace('
','
', $loading->place_at_origin->descricao) : '-' !!}
PORT OF LOADING: {{($loading->code_of_ports1 ? $loading->code_of_ports1->place . ',' . $loading->code_of_ports1->country : '')}}
PORT OF DISCHARGE: {{$loading->loading_ports->descricao }}
PLACE OF DELIVERY: {!!isset($loading->place_of_delivery) ? str_replace('
','
', $loading->place_of_delivery) : '-' !!}
@elseLOADING PLACE AT ORIGIN: {!!isset($loading->place_at_origin->descricao) ? str_replace('
','
', $loading->place_at_origin->descricao) : '-' !!}
PORT OF LOADING: {{$loading->loading_ports->descricao }}
PORT OF DISCHARGE: {{($loading->code_of_ports1 ? $loading->code_of_ports1->place . ',' . $loading->code_of_ports1->country : '')}}
PLACE OF DELIVERY: {!!isset($loading->place_of_delivery) ? str_replace('
','
', $loading->place_of_delivery) : '-' !!}
@endifTRANSHIPMENT PORT (if any): {{($loading->code_of_ports2 ? $loading->code_of_ports2->place . ',' . $loading->code_of_ports2->country : 'Direct')}}
VESSEL/VOYAGE: {{$loading->vessel->descricao ?? '' }}/{{$loading->voyage}}
SHIPPING LINE: {{$loading->carriers->descricao }}
LOADING DATE: {{ date( 'd-m-Y' , strtotime($BlDate))}}
ETA POD: {!! isset($loading->etaPod) ? date( 'd-m-Y' , strtotime($loading->etaPod)) : '-' !!}
PRODUCT: {{$loading->platforms->descricao }}
QUANTITY & TYPE OF EQUIPMENT: {{$loading->containerQty }} x {{$loading->container_types->descricao }}
PAYMENT INSTRUCTION: {!!isset($loading_confirmation[0]->paymentInstruction) ? str_replace('
','
', $loading_confirmation[0]->paymentInstruction) : '-' !!}
@if($Blcomments) {!! $Blcomments ? '
Comments:' .$Blcomments : '' !!}