@if(!Auth::user()->email_verified_at) @include('elements.resend-verification-email-box') @endif @if(getSetting('ai.open_ai_enabled')) @include('elements.suggest-description') @endif
@csrf @include('elements.dropzone-dummy-element')
@include('elements.icon',['icon'=>'image','variant'=>'medium']) @include('elements.icon',['icon'=>'close','variant'=>'medium'])
@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.open_ai_enabled')) {{trans_choice("Suggestion",2)}} @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