@for($i = 0; $i < count($eventList); $i++)
Tracking Detail Report
{{ $warehouse_name }}
Criteria : {{ $event_type }}
From Date : {{ $dateFrom }}
To Date : {{ $dateTo }}
Total Number of Records: {{$eventCount}}
@for($a = 0; $a < count($eventList[$i]); $a++) @endfor
# CN / other Code From/By Name Tracking Type Date/Time Details
{{$record +1}} {{ $eventList[$i][$record]['shipmentAuxID'] }} {{ $eventList[$i][$record]['createdBy'] }} {{ $eventList[$i][$record]['handlingWarehouseID'] }} {{ $eventList[$i][$record]['activity'] }} 01-01-1970 {{ $eventList[$i][$record]['description'] }}
@endfor