@extends('app') @section('title', __trans_choice('Flight', 1).' '.$flight->ident) @section('content')
| {{ __('Departure') }} | {{ $flight->dpt_airport->name }} ({{$flight->dpt_airport->icao}}) @ {{ $flight->dpt_time }} |
| {{ __('Arrival') }} | {{ $flight->arr_airport->name }} ({{$flight->arr_airport->icao}}) @ {{ $flight->arr_time }} |
| {{ __('Alternate Airport') }} | {{ $flight->alt_airport->full_name }} |
| {{ __('Route') }} | {{ $flight->route }} |
| {{ __('Notes') }} | {{ $flight->notes }} |