@extends('auth.layout') @section('title') Confirm Password @endsection @section('content')

Confirm Password

@csrf
@error('password') {{ $message }} @enderror
@if (Route::has('password.request')) {{ __('Forgot Your Password?') }} @endif
@endsection