@if(!Auth::user()->email_verified_at) @include('elements.resend-verification-email-box') @endif
@csrf @include('elements.dropzone-dummy-element')
@if(getSetting('ai.images_enabled')) @include('elements.icon',['icon'=>'hardware-chip-outline','variant'=>'medium']) @endif @include('elements.icon',['icon'=>'image','variant'=>'medium']) @include('elements.icon',['icon'=>'close','variant'=>'medium'])
@if(getSetting('ai.images_enabled')) @include('elements.icon',['icon'=>'hardware-chip-outline','variant'=>'medium']) @endif @include('elements.icon',['icon'=>'image','variant'=>'medium']) @include('elements.icon',['icon'=>'close','variant'=>'medium'])
@if(session('success')) @endif
@if($errors->has('username')) {{$errors->first('username')}} @endif
@if($errors->has('name')) {{$errors->first('name')}} @endif
@if(getSetting('ai.text_enabled')) {{ __('AI Suggestion') }} @endif
@if($errors->has('bio')) {{$errors->first('bio')}} @endif
@if($errors->has('birthdate')) {{$errors->first('birthdate')}} @endif
@if($errors->has('gender')) {{$errors->first('gender')}} @endif
@if(getSetting('profiles.allow_gender_pronouns'))
@if($errors->has('pronoun')) {{$errors->first('pronoun')}} @endif
@endif
@if($errors->has('country')) {{$errors->first('country')}} @endif
@if($errors->has('location')) {{$errors->first('location')}} @endif
@if($errors->has('website')) {{$errors->first('website')}} @endif
@if(getSetting('ai.text_enabled') || getSetting('ai.text_enabled')) @include('elements.settings.ai-settings') @endif @if(getSetting('profiles.social_links_enabled')) @include('elements.settings.settings-social-network-selector') @endif @if(getSetting('profiles.spotify_enabled')) @include('elements.settings.settings-spotify-inline', ['spotifyAccount' => $spotifyAccount ?? null]) @endif