@extends('front.layout.main') @section('content')

{{ trans('front.tracking') }}

@if($array)
@if(array_key_exists(0, $array)) @else @endif
@if($type == 'container') {{ trans('front.container_no') }} @elseif($type == 'booking') {{ trans('front.booking_no') }}: @endif @if($type == 'container') {{ $array[0]['codgrpcontainer'] }} @elseif($type == 'booking') {{ $array[0]['File_No'] }} @endif
POL: {{ $array[0]['depname'] }} POD: {{ $array[0]['desname'] }} Closing data: {{ $array[0]['ETC_Date'] }}
ETS POL: {{ $array[0]['ETD_Date'] }} ETA POD: {{ $array[0]['ETA_Date'] }}
@if($type == 'container') {{ trans('front.container_no') }} @elseif($type == 'booking') {{ trans('front.booking_no') }}: @endif @if($type == 'container') {{ $array['codgrpcontainer'] }} @elseif($type == 'booking') {{ $array['File_No'] }} @endif
POL: {{ $array['depname'] }} POD: {{ $array['desname'] }} Closing data: {{ $array['ETC_Date'] }}
ETS POL: {{ $array['ETD_Date'] }} ETA POD: {{ $array['ETA_Date'] }}
@else

{{ trans('front.tracking_not-found') }}

@endif
@stop @section('scripts') @endsection