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.

+ +
+ + Continue to sign in → + +
+ +

We've also sent next steps to your inbox.

+ +
+ +

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

+ +
+
@endsection