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

Forgot Password?

No problem! We'll send you a reset link.

Enter your email address and we'll send you instructions to reset your password.

@if (session('status'))
{{ session('status') }}
@endif
@csrf
@error('email')

{{ $message }}

@enderror
@endsection