@extends('layouts.guest') @section('title', 'Confirm Password') @section('content')

Confirm Password

This is a secure area. Please confirm your password before continuing.

@csrf
@error('password')

{{ $message }}

@enderror
@endsection