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

VESSEL BERTHING APPLICATION

@php date_default_timezone_set("Pacific/Fiji"); $data = null; @endphp @if(Session::has('draft_data')) @php $data = Session::get('draft_data'); @endphp @endif
@csrf
{{--
--}} {{-- --}} {{-- --}} {{--
--}}
DISCHARGING
LOADING
{{----------------------------------------------------------------}}
{{-- (If it's yes please tik checkbox)--}}
{{-- --}} heavy_lift_val === 'y') checked @endif>
{{-- --}} row_stow_val === 'y') checked @endif>
{{-- --}} dangerous_val === 'y') checked @endif>
{{-- --}} oog_val === 'y') checked @endif>
{{-- --}} security_val === 'y') checked @endif>

DISCHARGING
LOADING
{{---------------------------------------------------------------------------------}}

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')