@extends('crudbooster::admin_template') @section('content') @push('head') {{-- --}} @endpush @if(in_array(CRUDBooster::getCurrentMethod(),['getDetail','getTripStoreDetail'])) @if(g('return_url'))
@else
@endif @endif
{{($items[0]->trip_type == 'IN') ? 'Inbound' : 'Outbound'}} Route | Ref # | Qty | Plastic | Box | Type | {{($items[0]->trip_type == 'OUT') ? 'Delivered' : 'Released'}} | Backload | {{($items[0]->trip_type == 'OUT') ? 'Delivered Date' : 'Released Date'}} | ||
---|---|---|---|---|---|---|---|---|---|---|
{{$item->route_name}} | {{$item->ref_number}} | {{$item->trip_qty}} | {{$item->plastic_qty}} | {{$item->box_qty}} | {{$item->ref_type}} | @if($item->trip_type == 'OUT')is_received === 0) ? : 'style="background-color:green; color:white;"'!!} > {{($item->is_received === 0) ? 'NO' : 'YES'}} | @elseis_released === 0) ? : 'style="background-color:green; color:white;"'!!} > {{($item->is_released === 0) ? 'NO' : 'YES'}} | @endifis_backload === 0) ? : 'style="background-color:red; color:white;"'!!} > {{($item->is_backload === 0) ? 'NO' : 'Reason : '.$item->backload_reason }} | @if($item->trip_type == 'OUT'){{($item->received_at) ? $item->received_at : ''}} | @else{{($item->released_at) ? $item->released_at : ''}} | @endif
{{ trans('message.table.total_quantity') }} | {{$drQty}} | {{$plasticQty}} | {{$boxQty}} |