{{--
{{ $VehicleSchedulingInformation->isNotEmpty() ? $VehicleSchedulingInformation->first()->department_name : 'All' }}
--}} {{-- --}} @foreach($trip as $index => $tri) {{-- --}} @endforeach
Sr No.Trip DateBeat Number Vehicle Number Collection Center Trip Date In Time Out Time Entry Weight
{{ $index + 1 }}{{ $tri->trip_date }}{{ $tri->beat_number }} {{ $tri->vehicle_number }} {{ $tri->collection_center }} {{ date('d-m-Y', strtotime($tri->trip_date)) }} {{ $tri->in_time }} {{ date('h:i A', strtotime($tri->out_time)) }} {{ date('h:i A', strtotime($tri->entry_weight)) }}

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