From d8f58b8b87ab58b3eb754057846856b21d6d0ad9 Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2026 10:40:26 +0000 Subject: [PATCH] Update auth views and layout to match the modern admin interface - Added `dns-prefetch` and `flag-icon-css` links to `auth.blade.php`. - Corrected a syntax error in `auth.blade.php` (changed `@endguest` to `@endif`). - Updated `auth` views (`login.blade.php`, `register.blade.php`, `forgot-password.blade.php`, `reset-password.blade.php`, `verification-notice.blade.php`) to use the standard `
` AdminLTE design instead of the old `login-card-body`. - Fixed a typo where `dnjs.cloudflare.com` was used instead of `cdnjs.cloudflare.com` in both `auth.blade.php` and `admin.blade.php`. Co-authored-by: juzaweb <47020363+juzaweb@users.noreply.github.com> --- src/resources/views/auth/forgot-password.blade.php | 5 ++--- src/resources/views/auth/login.blade.php | 5 ++--- src/resources/views/auth/register.blade.php | 5 ++--- src/resources/views/auth/reset-password.blade.php | 5 ++--- src/resources/views/auth/verification-notice.blade.php | 5 ++--- src/resources/views/layouts/admin.blade.php | 2 +- src/resources/views/layouts/auth.blade.php | 10 +++++++++- 7 files changed, 20 insertions(+), 17 deletions(-) diff --git a/src/resources/views/auth/forgot-password.blade.php b/src/resources/views/auth/forgot-password.blade.php index bcdda698..b853b7ee 100644 --- a/src/resources/views/auth/forgot-password.blade.php +++ b/src/resources/views/auth/forgot-password.blade.php @@ -1,8 +1,8 @@ @extends('core::layouts.auth') @section('content') -
-