Update Adminlte/Architect as we no longer use Orchestra/Asset

This commit is contained in:
2024-07-04 10:01:47 +10:00
parent 4e9bdca2f5
commit 4b541857d7
6 changed files with 1 additions and 16 deletions

View File

@@ -38,9 +38,6 @@
@section('scripts')
@include('architect::layouts.partials.scripts')
{{-- Scripts --}}
{!! Asset::scripts() !!}
@yield('page-scripts')
@show
</body>

View File

@@ -12,9 +12,6 @@
@section('scripts')
@include('architect::auth.partials.scripts')
{{-- Scripts --}}
{!! Asset::scripts() !!}
@yield('page-scripts')
@show
</body>

View File

@@ -35,9 +35,6 @@
<link rel="stylesheet" href="{{ asset('/css/print.css') }}">
@endif
<!-- STYLESHEETS -->
{!! Asset::styles() !!}
<!-- Theme style -->
<link rel="stylesheet" href="{{ asset('/css/architect.min.css') }}">