@extends('app') @section('title', __('Profile')) @section('content')
{{ $user->airline->name }}
{{ __trans_choice('Flight', $user->flights) }}
{{ __('Flight Hours') }}
{{ __('Home Airport') }}
{{ __('Current Airport') }}