+
{{ __('Verify Your Email Address') }}
+
+ Thanks for signing up! Before getting started, could you verify your email address by clicking on the link
+ we just emailed to you? If you didn't receive the email, we will gladly send you another.
+
@if (session('resent'))
-
- {{ __('A fresh verification link has been sent to your email address.') }}
+
+ {{ __('A new verification link has been sent to the email address you provided during registration.') }}
@endif
-
- {{ __('Before proceeding, please check your email for a verification link.') }}
- {{ __('If you did not receive the email') }},
-
diff --git a/src/Auth/bootstrap-stubs/home.stub b/src/Auth/bootstrap-stubs/home.stub
index 69117c3..609ca2a 100644
--- a/src/Auth/bootstrap-stubs/home.stub
+++ b/src/Auth/bootstrap-stubs/home.stub
@@ -4,10 +4,10 @@