Started a flight view

This commit is contained in:
2026-04-07 21:31:36 +10:00
parent 79469c02cf
commit 43f5c8ac3e
9 changed files with 384 additions and 209 deletions
@@ -17,12 +17,13 @@ class FlightProfileController extends Controller
->with([
'departureAirport',
'arrivalAirport',
'airline',
'airline.country',
'aircraft',
'seatType',
'flightReason',
'flightClass',
])
->orderBy('departure_date')
->get();
return Inertia::render('FlightProfile', [