{{ $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') }}
User Details |
|
| Total Flights | {{ $user->flights }} |
| Flight Time | @minutestotime($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') }} |
Custom Fields |
|
| {{ $field->field->name }} | {{ $field->value }} |