@extends('layouts.modern') @section('title', 'Sign In - PropertyFinda') @section('content')

Sign In

Please login to access your dashboard.

@if (session('status'))
{{ session('status') }}
@endif
@csrf
@if (Route::has('password.request')) Forgot Password? @endif

New to PropertyFinda? Create Account

@endsection