@extends('crudbooster::admin_template') @section('content') @push('head') @endpush
@php $generatorPNG = new Picqer\Barcode\BarcodeGeneratorPNG(); @endphp
@foreach ($tripQty as $trip_key => $trip_value_qty) @foreach ($items as $item) @if($item->route_name == $trip_value_qty->route_name) @endif @endforeach @endforeach
{{($items[0]->trip_type == 'IN') ? 'Inbound' : 'Outbound'}} Route Ref # Qty Plastic Box Type Time in Time out
{{$item->route_name}} {{$item->ref_number}} {{$item->trip_qty}} {{$item->plastic_qty}} {{$item->box_qty}} {{$item->ref_type}}
{{ trans('message.table.total_quantity') }} {{$trip_value_qty->drQty}} {{$plasticQty[$trip_key]->plasticQty}} {{$boxQty[$trip_key]->boxQty}} {{$items[0]->trip_number}}
@endsection @push('bottom') @endpush