diff --git a/src/Auth/bootstrap-stubs/auth/passwords/confirm.stub b/src/Auth/bootstrap-stubs/auth/passwords/confirm.stub index 71b6d6f..6b0ef36 100644 --- a/src/Auth/bootstrap-stubs/auth/passwords/confirm.stub +++ b/src/Auth/bootstrap-stubs/auth/passwords/confirm.stub @@ -4,10 +4,14 @@
-
+
- {{ __('This is a secure area of the application. Please confirm your password before continuing.') }} +
{{ __('Confirm Password') }}
+ +
+ {{ __('This is a secure area of the application. Please confirm your password before continuing.') }} +
@csrf @@ -26,6 +30,12 @@
+ @if (Route::has('password.request')) + + {{ __('Forgot Your Password?') }} + + @endif + diff --git a/src/Auth/bootstrap-stubs/auth/verify.stub b/src/Auth/bootstrap-stubs/auth/verify.stub index 48ee32c..c6136bd 100644 --- a/src/Auth/bootstrap-stubs/auth/verify.stub +++ b/src/Auth/bootstrap-stubs/auth/verify.stub @@ -1,24 +1,25 @@ @extends('layouts.app') @section('content') -
-
-
-
-
{{ __('Verify Your Email Address') }}
+
+
+
+
+
{{ __('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')) -
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 @@
-
-
{{ __('Dashboard') }}
+
+
{{ __('Dashboard') }}
@if (session('status'))