@extends('crudbooster::admin_template') @section('content') @push('head') @endpush
{{($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}} |