Started a flight view
This commit is contained in:
@@ -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', [
|
||||
|
||||
Reference in New Issue
Block a user