{{-- resources/views/auth/verify-success.blade.php --}} @extends('layouts.horizontalLayoutMaster') @section('title', 'Email Verified') @section('page-style') @endsection @section('content')

✅ Email Verified!

Your email address has been successfully verified. You can now access your dashboard and start using your account.

Go to Dashboard
@endsection