@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 {{-- TODO: Maybe enable this when we'll add mentions & tags --}} {{--
--}} {{--
--}} {{-- @--}} {{--
--}} {{-- --}} {{-- @if($errors->has('username'))--}} {{-- --}} {{-- {{$errors->first('username')}}--}} {{-- --}} {{-- @endif--}} {{--
--}}
@if($errors->has('name')) {{$errors->first('name')}} @endif
@if(getSetting('ai.open_ai_enabled')) {{__('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('location')) {{$errors->first('location')}} @endif
@if($errors->has('website')) {{$errors->first('website')}} @endif