From fe6726ada0535d6feb1952ef8869d9c41ad43904 Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Sun, 29 Mar 2026 06:53:48 +0000 Subject: [PATCH] feat: restyle auth layout into a modern split-screen design - updated `auth.blade.php` to use a flexible 2-column split-screen layout similar to modern admin dashboards. - replaced the old `.login-box-msg` with bold typography. - removed AdminLTE `.card-outline` and `.card-primary` classes from individual auth forms (`login`, `register`, `forgot-password`, `reset-password`, `verification-notice`) to seamlessly integrate with the new layout style. - implemented `setting('auth_image')` configuration support for the left-side cover image with a gradient overlay. Co-authored-by: juzaweb <47020363+juzaweb@users.noreply.github.com> --- .../components/must-verification.blade.php | 2 +- .../views/auth/forgot-password.blade.php | 4 +- src/resources/views/auth/login.blade.php | 4 +- src/resources/views/auth/register.blade.php | 4 +- .../views/auth/reset-password.blade.php | 4 +- .../views/auth/verification-notice.blade.php | 4 +- src/resources/views/layouts/auth.blade.php | 126 +++++++++++++++++- 7 files changed, 130 insertions(+), 18 deletions(-) diff --git a/src/resources/views/auth/components/must-verification.blade.php b/src/resources/views/auth/components/must-verification.blade.php index 3e119dc7..0cff64f5 100644 --- a/src/resources/views/auth/components/must-verification.blade.php +++ b/src/resources/views/auth/components/must-verification.blade.php @@ -1 +1 @@ -
{{ __('core::translation.please_verify_your_email_address') }}
+{{ __('core::translation.please_verify_your_email_address') }}
diff --git a/src/resources/views/auth/forgot-password.blade.php b/src/resources/views/auth/forgot-password.blade.php index b853b7ee..ce22354f 100644 --- a/src/resources/views/auth/forgot-password.blade.php +++ b/src/resources/views/auth/forgot-password.blade.php @@ -1,9 +1,9 @@ @extends('core::layouts.auth') @section('content') -{{ __('core::translation.enter_your_email_to_reset_password') }}
+{{ __('core::translation.enter_your_email_to_reset_password') }}
@if (session('success')){{ __('core::translation.sign_in_to_start_your_session') }}
+{{ __('core::translation.sign_in_to_start_your_session') }}
@if (session('success')){{ __('core::translation.sign_up_new_a_account') }}
+{{ __('core::translation.sign_up_new_a_account') }}
diff --git a/src/resources/views/auth/reset-password.blade.php b/src/resources/views/auth/reset-password.blade.php index 89d7748d..2c187720 100644 --- a/src/resources/views/auth/reset-password.blade.php +++ b/src/resources/views/auth/reset-password.blade.php @@ -1,9 +1,9 @@ @extends('core::layouts.auth') @section('content') -{{ __('core::translation.enter_your_email_to_reset_password') }}
+{{ __('core::translation.enter_your_email_to_reset_password') }}
@if (session('success')){{ __('core::translation.please_verify_your_email_address') }}
+{{ __('core::translation.please_verify_your_email_address') }}
@if (session('success')){{ setting('description', 'The best CMS for Laravel') }}
+