@if(!Auth::user()->email_verified_at) @include('elements.resend-verification-email-box') @endif
@csrf @include('elements.dropzone-dummy-element')
@if(session('success')) @endif
@if($errors->has('name')) {{$errors->first('name')}} @endif
@if($errors->has('bio')) {{$errors->first('bio')}} @endif
@if($errors->has('birthdate')) {{$errors->first('birthdate')}} @endif
@if($errors->has('location')) {{$errors->first('location')}} @endif
@if($errors->has('website')) {{$errors->first('website')}} @endif