From a62fd7a7b37157cb3c01de47e9fe668e743c3c44 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 30 Aug 2026 14:18:42 +0700 Subject: [PATCH] Fix: hardcode /sidata prefix in URL helpers for static assets --- resources/views/layouts/auth.blade.php | 26 ++++++++++++++++---------- 1 file changed, 16 insertions(+), 10 deletions(-) diff --git a/resources/views/layouts/auth.blade.php b/resources/views/layouts/auth.blade.php index 7c4aa4f..b98cdef 100644 --- a/resources/views/layouts/auth.blade.php +++ b/resources/views/layouts/auth.blade.php @@ -3,17 +3,23 @@ - SIDATA | LOG IN + {{ config('app.name', 'SIDATA') }} | Log in + + + - - - - + + + + - @yield('content') - - - + +@yield('content') + + + + + - + \ No newline at end of file