@extends('layouts.modern') @section('title', 'Verify Your Email - PropertyFinda') @section('content')

Verify Your Email

Thanks for signing up! A verification email has been sent to you.

Please check your inbox and click the verification link to activate your account. If you don't see it, check your spam folder.

@if (session('status') == 'verification-link-sent')
A new verification link has been sent to your email address.
@endif
@csrf
@csrf
@endsection