@if(!Auth::user()->email_verified_at) @include('elements.resend-verification-email-box') @endif
@csrf @if(session('success')) @endif
@if($errors->has('password')) {{$errors->first('password')}} @endif
@if($errors->has('new_password')) {{$errors->first('new_password')}} @endif
@if($errors->has('confirm_password')) {{$errors->first('confirm_password')}} @endif