User Details |
Total Flights |
{{ $user->flights }} |
Flight Time |
@minutestotime($user->flight_time) |
Registered On |
{{ show_datetime($user->created_at) }} |
E-Mail Verified On |
@if(filled($user->email_verified_at))
{{ show_datetime($user->email_verified_at) }}
@else
USER E-MAIL NOT VERIFIED !!!
@endif
|
Last Login |
@if(filled($user->lastlogin_at))
{{ show_datetime($user->lastlogin_at) }}
@endif
|
IP Address |
{{ $user->last_ip ?? '-' }} |
@lang('toc.title') |
{{ $user->toc_accepted ? __('common.yes') : __('common.no') }} |
@lang('profile.opt-in') |
{{ $user->opt_in ? __('common.yes') : __('common.no') }} |