@php $disable_hub = (Theme::getSetting('user_disable_hub')) ? 'disabled' : null; $disable_airline = (Theme::getSetting('user_disable_airline')) ? 'disabled' : null; $only_hubs = ($hubs_only === true) ? 'hubs_only' : null; @endphp
{{ __('common.name') }}
{{ __('common.email') }}
Discord ID @if(config('services.discord.enabled') == true && blank($user->discord_id)) Link Discord Account @elseif(config('services.discord.enabled') == true && filled($user->discord_id)) Unlink Discord Account @endif
{{ __('profile.avatar') }} @if(filled($user->avatar)) Current Avatar @endif
{{ __('common.timezone') }}
{{ __('common.country') }}
{{ __('airports.home') }}
{{ __('common.airline') }}
{{-- Custom fields --}} @foreach($userFields as $field)
{{ $field->name }} @if($field->required === true) * @endif @if(filled($field->description)) @endif @if(in_array(strtoupper($field->name), ['IVAO', 'IVAO ID', 'IVAO CID', 'VATSIM', 'VATSIM ID', 'VATSIM CID'])) @else @endif
@endforeach
{{ __('profile.newpassword') }}
{{ __('passwords.confirm') }}
{{ __('profile.opt-in') }}