Consignee: {!! Form::label('Consignee', $cargoheader->cargodeclarations->consignees->name) !!}
Declaration No: {!! Form::label('Declaration no', $cargoheader->cargodeclarations->declaration_number) !!}
Tansitor: {!! Form::label('Transitor', $cargoheader->cargodeclarations->transitors->name) !!}
@foreach($cargodetail as $b)
T1: {!! Form::label('T1', $b->cargoheader->t1) !!}
Cargo Type: {!! Form::label('Cargo type', $b->cargotype->name) !!}
Container: {!! Form::label('Container', $b->container_number.'-'. $b->container_size) !!}
{{--
--}} {{--
--}} {{-- Work Order: {!! Form::label('Workorder', $b->workorder->servicetype->name) !!}--}} {{--
--}} {{--
--}} {{-- @foreach($b->gatepassins as $gatepass)--}} {{--
--}} {{--
--}} {{-- Driver: {!! Form::label('Driver', $gatepass->drivers->full_name.'['.$gatepass->drivers->licence_number.']') !!}--}} {{--
--}} {{--
--}} {{-- Truck: {!! Form::label('Trruck', $gatepass->trucks->plate_number.'/'.$gatepass->trucks->trailer_plate_number) !!}--}} {{--
--}} {{--
--}} {{-- Association: {!! Form::label('Driver', $gatepass->drivers->full_name) !!}--}} {{--
--}} {{--
--}} {{-- --}} {{-- @endforeach--}}
@endforeach
@php $i=1; @endphp @foreach($emptycontainers as $emptycontainer) @php $i++; @endphp @endforeach
Item Container Number Container Size Container Type Start Date Status Action
{{ $i }} {!! $emptycontainer->cargodetail->container_number !!} {!! $emptycontainer->cargodetail->container_size !!} {!! $emptycontainer->cargodetail->container_type !!} {!! $emptycontainer->created_at !!} {!! $emptycontainer->status !!} {{-- @if(!$emptycontainer->barcode_timestamp || $new)--}} {{-- --}} {{-- --}} {{-- --}} {{-- @endif--}} @if(!$emptycontainer->barcode_timestamp) @elseif($emptycontainer->gatepass_in) @endif {{-- @endif--}}
Cancel
@section('footer_scripts') @stop