@for($i = 0; $i < count($auxID_array); $i++)
Transit Detail Report
Destination : {{ $destination }}
From Date : {{ $from }}
To Date : {{ $to }}
Total Number of Records: {{ $total_record }}
@for($a = 0; $a < count($auxID_array[$i]); $a++) @for($auxRecord = 0; $auxRecord < count($auxID_array[$i][$a]); $auxRecord++) @endfor @endfor
# # # # # #
{{ $auxID_array[$i][$a][$auxRecord] }}
@endfor