|
{{$branch}} |
Date:{{$loading_instruction[0]['date']}} Trip Nr:{{$loading_instruction[0]['trip_number']}} |
Loading Instructions |
{{----}}
{{----}}
{{----}}
{{----}}
{{--Date:{{$loading_instruction[0]['date']}} | --}}
{{-- | --}}
{{-- --}}
{{----}}
{{--Trip Nr:{{$loading_instruction[0]['trip_number']}} | --}}
{{-- | --}}
{{-- --}}
{{-- --}}
{{-- | --}}
{{--
--}}
|
Transporter |
Truck |
Trailer |
Driver |
{{ $loading_instruction[0]['transporter'] }} |
{{$loading_instruction[0]['truck']}} |
{{$loading_instruction[0]['trailer']}} |
{{$loading_instruction[0]['driver']}} |
|
|
|
|
|
Route |
Special instructions |
|
Origin |
Destination |
Border |
@foreach($loading_instruction as $key => $value)
{{$value['origin']}} |
{{$value['destination']}} |
{{$value['border']}} |
@endforeach
|
|
|
|
|
Order |
Product |
Product details |
Qty |
Packing |
Weight |
@foreach($break_bulk as $key => $value)
{{$value['border']}} |
{{$value['bproduct']}} |
{{$value['bproductdescription']}} |
{{$value['bqty']}} |
{{$value['bpacking']}} |
{{$value['bweight']}} |
@endforeach
|
|
|
Order |
Product |
Product details |
Line |
Qty |
Size |
Container |
@foreach($contanarised as $key => $value)
@if( $value['ctype'] == 'containarized')
{{$value['corder']}} |
{{$value['cproduct']}} |
{{$value['cproductdescription']}} |
{{$value['bline']}} |
{{$value['cqty']}} |
{{$value['csize']}} |
{{$value['container']}} |
@endif
@endforeach
|
|
|