Show Cargo Information
{{--
--}} {{-- Button with data-target--}} {{--
--}}
{!! Form::label('consignee', 'Consignee:') !!}
{!! Form::label('consignee', $declaration->consignees->name) !!}
{!! Form::label('transitor', 'Transitor:') !!}
{!! Form::label('transitor',$declaration->transitors->name) !!}
{!! Form::label('declaration', 'Declaration No:') !!}
{!! Form::label('declaration', $declaration->declaration_number) !!}
@foreach($header as $cargodetail)
{!! Form::label('t1', 'T1:') !!}
{!! Form::label('t1', $cargodetail->t1) !!}
{!! Form::label('arrival_date', 'Arrival Date:') !!}
{!! Form::label('arrival_date', $cargodetail->created_date) !!}
@endforeach
{!! Form::label('container_info', 'Container Info:') !!}
@foreach($cargo as $detail) @if($detail->container_number)
{{-- {!! Form::label('container_info', 'Container Info:') !!}
--}} {!! Form::label('container_info', $detail->container_number. '['. $detail->container_size.']') !!}
@endif {{--
Provided Service:-{{ $service_type }}
--}} @endforeach
@include('ict.trace.bill_table')