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

Reset Password

Create a new strong password.

@csrf
@error('email')

{{ $message }}

@enderror
@error('password')

{{ $message }}

@enderror
@error('password_confirmation')

{{ $message }}

@enderror
@endsection