@section('title', 'Reports')
@section('top-menu-items')
| Date | @foreach ($tourNames as $tour){{ $tour }} | @endforeachTotal Flights |
|---|---|---|
| {{ $date }} | @foreach ($tourNames as $tourName){{ $totalTripsByTour[$date][$tourName] ?? 0 }} | @endforeach{{ $totalTripsPerDate[$date] ?? 0 }} |