From 4b541857d7498581827043a95a1ac40b332776c3 Mon Sep 17 00:00:00 2001 From: Deon George Date: Thu, 4 Jul 2024 10:01:47 +1000 Subject: [PATCH] Update Adminlte/Architect as we no longer use Orchestra/Asset --- resources/themes/adminlte/views/layouts/app.blade.php | 3 --- .../adminlte/views/layouts/partials/htmlheader.blade.php | 3 --- .../themes/adminlte/views/layouts/partials/sidebar.blade.php | 2 +- resources/themes/architect/views/layouts/app.blade.php | 3 --- resources/themes/architect/views/layouts/auth.blade.php | 3 --- .../architect/views/layouts/partials/htmlheader.blade.php | 3 --- 6 files changed, 1 insertion(+), 16 deletions(-) diff --git a/resources/themes/adminlte/views/layouts/app.blade.php b/resources/themes/adminlte/views/layouts/app.blade.php index 00e62f4..6cd611b 100644 --- a/resources/themes/adminlte/views/layouts/app.blade.php +++ b/resources/themes/adminlte/views/layouts/app.blade.php @@ -39,9 +39,6 @@ @section('scripts') @include('adminlte::layouts.partials.scripts') - {{-- Scripts --}} - {!! Asset::scripts() !!} - @yield('page-scripts') @show diff --git a/resources/themes/adminlte/views/layouts/partials/htmlheader.blade.php b/resources/themes/adminlte/views/layouts/partials/htmlheader.blade.php index 2d12e05..789a4c1 100644 --- a/resources/themes/adminlte/views/layouts/partials/htmlheader.blade.php +++ b/resources/themes/adminlte/views/layouts/partials/htmlheader.blade.php @@ -41,9 +41,6 @@ --}} - - {!! Asset::styles() !!} - @yield('page-styles') @if(file_exists('css/fixes.css')) diff --git a/resources/themes/adminlte/views/layouts/partials/sidebar.blade.php b/resources/themes/adminlte/views/layouts/partials/sidebar.blade.php index 0adaa01..9a76f1d 100644 --- a/resources/themes/adminlte/views/layouts/partials/sidebar.blade.php +++ b/resources/themes/adminlte/views/layouts/partials/sidebar.blade.php @@ -12,7 +12,7 @@
@if(isset($user) AND $user->exists) - User + @else @endif diff --git a/resources/themes/architect/views/layouts/app.blade.php b/resources/themes/architect/views/layouts/app.blade.php index 21f6c0e..ce44b8b 100644 --- a/resources/themes/architect/views/layouts/app.blade.php +++ b/resources/themes/architect/views/layouts/app.blade.php @@ -38,9 +38,6 @@ @section('scripts') @include('architect::layouts.partials.scripts') - {{-- Scripts --}} - {!! Asset::scripts() !!} - @yield('page-scripts') @show diff --git a/resources/themes/architect/views/layouts/auth.blade.php b/resources/themes/architect/views/layouts/auth.blade.php index 29bdda9..03ac511 100644 --- a/resources/themes/architect/views/layouts/auth.blade.php +++ b/resources/themes/architect/views/layouts/auth.blade.php @@ -12,9 +12,6 @@ @section('scripts') @include('architect::auth.partials.scripts') - {{-- Scripts --}} - {!! Asset::scripts() !!} - @yield('page-scripts') @show diff --git a/resources/themes/architect/views/layouts/partials/htmlheader.blade.php b/resources/themes/architect/views/layouts/partials/htmlheader.blade.php index dfda0bb..4ce8fba 100644 --- a/resources/themes/architect/views/layouts/partials/htmlheader.blade.php +++ b/resources/themes/architect/views/layouts/partials/htmlheader.blade.php @@ -35,9 +35,6 @@ @endif - - {!! Asset::styles() !!} -