{{--
{{ $VehicleSchedulingInformation->isNotEmpty() ? $VehicleSchedulingInformation->first()->department_name : 'All' }}
--}} @foreach($WasteDetails as $index => $Waste) {{-- --}} {{-- --}} @endforeach
Sr.No Waste Type Waste Sub Type1 Waste Sub Type2 Date Volume in Kg
{{ $index + 1 }}{{ $tri->trip_date }}{{ $Waste->waste_type }} {{ $Waste->waste_sub_type1 }} {{ $Waste->waste_sub_type2 }} {{ date('d-m-Y', strtotime($Waste->date)) }} {{ $Waste->volume }}{{ date('h:i A', strtotime($Waste->out_time)) }} {{ date('h:i A', strtotime($Waste->entry_weight)) }}

Generated-by : {{ Auth::user()->name }}