@extends('layouts.modern') @section('title', 'Confirm Password - PropertyFinda') @section('content')

Confirm Password

This is a secure area. Please confirm your password.

@csrf
@error('password')

{{ $message }}

@enderror
@endsection