From 838423976c095bd0c39061d09d55532318df0193 Mon Sep 17 00:00:00 2001 From: romanetar Date: Tue, 9 Jun 2026 16:01:15 +0200 Subject: [PATCH] feat: redesign email verification success page Signed-off-by: romanetar --- .../auth/email_verification_success.blade.php | 41 +++++++++++++++---- 1 file changed, 33 insertions(+), 8 deletions(-) diff --git a/resources/views/auth/email_verification_success.blade.php b/resources/views/auth/email_verification_success.blade.php index 1a2dee41..38d172d0 100644 --- a/resources/views/auth/email_verification_success.blade.php +++ b/resources/views/auth/email_verification_success.blade.php @@ -1,15 +1,40 @@ @extends('layout') @section('title') - Welcome to {{ Config::get("app.app_name") }} - Email Verification Complete !!! -@append -@section('scripts') - + Welcome to {{ Config::get("app.app_name") }} - Email Verification Complete @append @section('content') -
-

You successfully Verified Your Email Address !!!

-

Now proceed to Login.

+
+ +
+ +
+ +
+ +
+ +

Email verified.

+

Your {{ Config::get("app.app_name") }} account is active and ready to use.

+ + + +

We've also sent next steps to your inbox.

+ +
+ +

+ Need help? {{ Config::get('app.help_email') }} +

+ +
+
@endsection