@extends('auth.master') @section('title', __('auth.confirm_password')) @section('content')

{{ __('auth.confirm_password') }}

@if (session('status')) @endif
@error('password') {{ $message }} @enderror @if (Route::has('password.request')) {{ __('static.forgot') }} @endif
@endsection