diff --git a/src/Auth/bootstrap-stubs/auth/login.stub b/src/Auth/bootstrap-stubs/auth/login.stub index ea9ac94..b23232d 100644 --- a/src/Auth/bootstrap-stubs/auth/login.stub +++ b/src/Auth/bootstrap-stubs/auth/login.stub @@ -1,73 +1,76 @@ @extends('layouts.app') @section('content') -
-
-
-
-
{{ __('Login') }}
+
+
+
-
-
- @csrf + -
- +
-
- +
+ + @csrf - @error('email') - - {{ $message }} - - @enderror -
-
+
+ -
- + -
- + @error('email') + + {{ $message }} + + @enderror +
- @error('password') - - {{ $message }} - - @enderror -
-
+
+ -
-
-
- + - -
-
-
+ @error('password') + + {{ $message }} + + @enderror +
-
-
- +
+ - @if (Route::has('password.request')) - - {{ __('Forgot Your Password?') }} - - @endif -
-
- -
-
-
-
-
-@endsection + +
+ +
+ @if (Route::has('password.request')) + + {{ __('Forgot your password?') }} + + @endif + + +
+ +
+
+
+
+
+@endsection \ No newline at end of file diff --git a/src/Auth/bootstrap-stubs/auth/passwords/confirm.stub b/src/Auth/bootstrap-stubs/auth/passwords/confirm.stub index f8c8e61..6b0ef36 100644 --- a/src/Auth/bootstrap-stubs/auth/passwords/confirm.stub +++ b/src/Auth/bootstrap-stubs/auth/passwords/confirm.stub @@ -1,49 +1,49 @@ @extends('layouts.app') @section('content') -
-
-
-
-
{{ __('Confirm Password') }}
- -
- {{ __('Please confirm your password before continuing.') }} - -
- @csrf - -
- - -
- - - @error('password') - - {{ $message }} - - @enderror -
-
- -
-
- - - @if (Route::has('password.request')) - - {{ __('Forgot Your Password?') }} - - @endif -
-
-
-
-
-
-
-
-@endsection +
+
+
+
+ +
+
{{ __('Confirm Password') }}
+ +
+ {{ __('This is a secure area of the application. Please confirm your password before continuing.') }} +
+ +
+ @csrf + +
+ + + + + @error('password') + + {{ $message }} + + @enderror +
+ +
+ @if (Route::has('password.request')) + + {{ __('Forgot Your Password?') }} + + @endif + + +
+
+
+
+
+
+
+@endsection \ No newline at end of file diff --git a/src/Auth/bootstrap-stubs/auth/passwords/email.stub b/src/Auth/bootstrap-stubs/auth/passwords/email.stub index d1ac783..ce39d4b 100644 --- a/src/Auth/bootstrap-stubs/auth/passwords/email.stub +++ b/src/Auth/bootstrap-stubs/auth/passwords/email.stub @@ -1,47 +1,58 @@ @extends('layouts.app') @section('content') -
-
-
-
-
{{ __('Reset Password') }}
- -
- @if (session('status')) - - @endif - -
- @csrf - -
- - -
- - - @error('email') - - {{ $message }} - - @enderror -
-
- -
-
- -
-
-
-
-
-
-
-
-@endsection +
+
+
+ + + +
+ +
+
+ Forgot your password? No problem. Just let us know your email address and we will email you a password reset link + that will allow you to choose a new one. +
+ @if (session('status')) + + @endif + +
+ @csrf + +
+ + + + + @error('email') + + {{ $message }} + + @enderror +
+ +
+ +
+
+
+
+
+
+
+@endsection \ No newline at end of file diff --git a/src/Auth/bootstrap-stubs/auth/passwords/reset.stub b/src/Auth/bootstrap-stubs/auth/passwords/reset.stub index dccf6c6..01e005b 100644 --- a/src/Auth/bootstrap-stubs/auth/passwords/reset.stub +++ b/src/Auth/bootstrap-stubs/auth/passwords/reset.stub @@ -1,65 +1,70 @@ @extends('layouts.app') @section('content') -
-
-
-
-
{{ __('Reset Password') }}
+
+
+
-
-
- @csrf + - +
-
- +
+ + @csrf -
- + - @error('email') - - {{ $message }} - - @enderror -
-
+
+ -
- + -
- + @error('email') + + {{ $message }} + + @enderror +
- @error('password') - - {{ $message }} - - @enderror -
-
+
+ -
- + -
- -
-
+ @error('password') + + {{ $message }} + + @enderror +
-
-
- -
-
- -
-
-
-
-
-@endsection +
+ + + +
+ +
+ +
+ +
+
+
+
+
+@endsection \ No newline at end of file diff --git a/src/Auth/bootstrap-stubs/auth/register.stub b/src/Auth/bootstrap-stubs/auth/register.stub index 12cad1a..ee45afc 100644 --- a/src/Auth/bootstrap-stubs/auth/register.stub +++ b/src/Auth/bootstrap-stubs/auth/register.stub @@ -1,77 +1,86 @@ @extends('layouts.app') @section('content') -
-
-
-
-
{{ __('Register') }}
- -
-
- @csrf - -
- - -
- - - @error('name') - - {{ $message }} - - @enderror -
-
- -
- - -
- - - @error('email') - - {{ $message }} - - @enderror -
-
- -
- - -
- - - @error('password') - - {{ $message }} - - @enderror -
-
- -
- - -
- -
-
- -
-
- -
-
-
-
-
-
-
-
-@endsection +
+
+
+ + + +
+ +
+
+ @csrf + +
+ + + + + @error('name') + + {{ $message }} + + @enderror +
+ +
+ + + + + @error('email') + + {{ $message }} + + @enderror +
+ +
+ + + + + @error('password') + + {{ $message }} + + @enderror +
+ +
+ + + +
+ +
+ @if (Route::has('login')) + + {{ __('Already registered?') }} + + @endif + +
+
+
+
+
+
+
+@endsection \ No newline at end of file diff --git a/src/Auth/bootstrap-stubs/auth/verify.stub b/src/Auth/bootstrap-stubs/auth/verify.stub index 9f8c1bc..c6136bd 100644 --- a/src/Auth/bootstrap-stubs/auth/verify.stub +++ b/src/Auth/bootstrap-stubs/auth/verify.stub @@ -2,27 +2,28 @@ @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')) -
-@endsection +@endsection \ No newline at end of file diff --git a/src/Auth/bootstrap-stubs/home.stub b/src/Auth/bootstrap-stubs/home.stub index 1f34466..609ca2a 100644 --- a/src/Auth/bootstrap-stubs/home.stub +++ b/src/Auth/bootstrap-stubs/home.stub @@ -2,12 +2,12 @@ @section('content')
-
+
-
-
{{ __('Dashboard') }}
+
+
{{ __('Dashboard') }}
@if (session('status'))
-@endsection +@endsection \ No newline at end of file diff --git a/src/Auth/bootstrap-stubs/layouts/app.stub b/src/Auth/bootstrap-stubs/layouts/app.stub index a6970da..e068ac7 100644 --- a/src/Auth/bootstrap-stubs/layouts/app.stub +++ b/src/Auth/bootstrap-stubs/layouts/app.stub @@ -1,80 +1,71 @@ - + + - - + + - - + + - {{ config('app.name', 'Laravel') }} + {{ config('app.name', 'Laravel') }} - - - + + + - - @vite(['resources/sass/app.scss', 'resources/js/app.js']) + + @vite(['resources/sass/app.scss', 'resources/js/app.js']) - -
- + +
+ @csrf +
+
+ + +
+
+ + @endauth + @yield('content') + +
- + + \ No newline at end of file