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