{{ config('app.name') }}
{{ __('auth.confirm_passwords.title') }}
@csrf
@if ($errors->has('password'))
{{ $errors->first('password') }}
@endif
{{ __('auth.confirm_password') }}
{{ __('auth.confirm_passwords.forgot_your_password') }}