From 22ba6fe35c46d25eea8d363868fe55ed83e93bd3 Mon Sep 17 00:00:00 2001 From: Deon George Date: Sat, 3 May 2025 20:59:28 +1000 Subject: [PATCH] Dont need yield page-scripts here, it is already yield by the include layouts.partials.scripts --- resources/views/layouts/auth.blade.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/resources/views/layouts/auth.blade.php b/resources/views/layouts/auth.blade.php index ef20492..70ae11b 100644 --- a/resources/views/layouts/auth.blade.php +++ b/resources/views/layouts/auth.blade.php @@ -16,8 +16,6 @@ {{-- Scripts --}} @section('scripts') @include('layouts.partials.scripts') - - @yield('page-scripts') @show \ No newline at end of file