{{--
--}} {{-- @foreach($cargoheaders as $cargoheader)--}} {{--
--}} {{--
--}} {{-- {!! Form::label('t1', 'T1:') !!}
--}} {{-- {!! Form::label('t1', $cargoheader->t1) !!}--}} {{--
--}} {{--
--}} {{-- {!! Form::label('declaration', 'Declaration No:') !!}
--}} {{-- {!! Form::label('declaration', $cargoheader->cargodeclarations->declaration_number) !!}--}} {{--
--}} {{--
--}} {{-- {!! Form::label('consignee', 'Consignee:') !!}
--}} {{-- {!! Form::label('consignee', $cargoheader->cargodeclarations->consignees->name) !!}--}} {{--
--}} {{--
--}} {{-- {!! Form::label('consignee', 'Transitor:') !!}
--}} {{-- {!! Form::label('consignee',$cargoheader->cargodeclarations->transitors->name) !!}--}} {{--
--}} {{--
--}} {{-- @endforeach--}} {{--
--}} @foreach($fullouts as $fullout) @endif @endforeach
T1 Cargo Info Driver Truck Task Invoice Status Officer Release Date
{!! $fullout->cargorelease->cargoheader->t1 !!} @if($fullout->cargorelease->cargodetail->container_number) {!! $fullout->cargorelease->cargodetail->container_number !!} -{!! $fullout->cargorelease->cargodetail->container_size !!} @else {{ $fullout->cargorelease->cargodetail->cargotype->name }} @endif @if($fullout->cargorelease->drivers) {{ $fullout->cargorelease->drivers->full_name }} @endif @if($fullout->cargorelease->trucks) {{ $fullout->cargorelease->trucks->plate_number }} / {{ $fullout->cargorelease->trucks->trailer_plate_number }}{!! $fullout->cargorelease->barcode_timestamp !!} {!! $fullout->cargorelease->invoice_number !!} {!! $fullout->cargorelease->status !!} {!! $fullout->officers->full_name !!} {!! \Carbon\Carbon::parse($fullout->released_date)->format('Y-m-d') !!}