{!! Form::label('t1', 'T1:') !!}
{!! Form::label('t1', $cargoheader->t1) !!}
{!! Form::label('truck', 'Truck:') !!}
{!! Form::label('truck', $cargoheader->trucks->plate_number) !!}
{!! 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) !!}
@foreach($totruckins as $totruck) @endforeach
Container|Type Total Pkg(Kg) Status CFS Date
@if($totruck->cargodetail->container_number) {!! $totruck->cargodetail->container_number !!} - {!! $totruck->cargodetail->container_size !!} @else {!! $totruck->cargodetail->cargotype->name !!} @endif {!! $totruck->total_quantity !!} {!! $totruck->package_weight !!} {!! $totruck->status !!} {{ \Carbon\Carbon::parse($totruck->created_at)->format('Y-m-d')}}
@if($totruckouts) @include('ict.trace.totruckout') @endif