@include('layouts.header') @if (Session::has('msg')) @endif @include('layouts.navigation1')

CARGO RECEIVING APPLICATION

@php date_default_timezone_set("Pacific/Fiji"); $data = null; @endphp @if(Session::has('draft_data')) @php $data = Session::get('draft_data'); @endphp @endif {{-- {{$data}}--}}
@csrf
{{--
--}} {{-- --}} {{-- --}} {{--
--}}
{{---------------------new----------------------------}}
{{------------------------------------------------------------------------- --}} {{-------------------------------------------table-1---------------------------------------------------------------}}
@if($data AND count($data->post_of_discharge) > 0) @foreach($data->post_of_discharge as $index => $item) @if($item->port_of_discharge !== 'TOTAL') @else @endif @endforeach @else @endif
LADEN EMPTY TOTAL ACTION
PORT OF DISCHARGE DAY 1 DAY 2 DAY 3 DAY 1 DAY 2 DAY 3
20' 40' 20' 40' 20' 40' 20' 40' 20' 40' 20' 40' 20' 40'


{{------------------------------------------------table-2------------------------------------------------------------------ --}}
@if($data AND count($data->break_bulk) > 0) @foreach($data->break_bulk as $index => $item) @endforeach @else @endif
BREAKBULK/OTHERS QTY MT CBM ACTION

USER NAME:

{{ $userData->name }}

COMPANY NAME:

{{ $userData->company }}

DATE:

{{ date("Y/m/d") }}

TIME:

{{ date("h:i a") }}

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