@section('title', 'Reports') @section('top-menu-items') @endsection @section('sub-menu-items') @endsection
Start Date: End Date:

Flight Report

@foreach ($tourNames as $tour) @endforeach @foreach ($dateRange as $date) @foreach ($tourNames as $tourName) @endforeach @endforeach
Date{{ $tour }}Total Flights
{{ $date }}{{ $totalTripsByTour[$date][$tourName] ?? 0 }}{{ $totalTripsPerDate[$date] ?? 0 }}
@push('scripts') @endpush