@extends('auth.master') @section('additional_head_tags') {{ __('Confirm password') }} @endsection @section('title', __('Confirm password')); @section('content')

{{ __('Please confirm your password before continuing.') }}

@csrf
@error('password')
{{ $message }}
@enderror

{{ __('Back to login form') }} ?

{{ __('Login') }}
@endsection