{{ $errors->first('pilot_id') }}
{{ $errors->first('name') }}
{{ $errors->first('email') }}
{{ $errors->first('password') }}
{{ $errors->first('country') }}
{{ $errors->first('timezone') }}
{{ $errors->first('transfer_time') }}
{{ $errors->first('home_airport_id') }}
{{ $errors->first('curr_airport_id') }}
API Key | {{ $user->api_key }} |
Total Flights | {{ $user->flights }} |
Flight Time | {{ Utils::minutesToTimeString($user->flight_time) }} |
IP Address | {{ $user->last_ip }} |
Registered On | {{ show_datetime($user->created_at) }} |
Last Login | {{ show_datetime($user->updated_at) }} |
@lang('toc.title') | {{ $user->toc_accepted ? __('common.yes') : __('common.no') }} |
@lang('profile.opt-in') | {{ $user->opt_in ? __('common.yes') : __('common.no') }} |