chore(deps): update AdminLTE

This commit is contained in:
2025-03-10 11:23:28 +00:00
parent 8e0cb453ba
commit 4e4a1c659f
16 changed files with 198 additions and 134 deletions

View File

@@ -1,6 +1,7 @@
@extends('adminlte::master')
@inject('layoutHelper', 'JeroenNoten\LaravelAdminLte\Helpers\LayoutHelper')
@inject('preloaderHelper', 'JeroenNoten\LaravelAdminLte\Helpers\PreloaderHelper')
@section('adminlte_css')
@stack('css')
@@ -14,8 +15,8 @@
@section('body')
<div class="wrapper">
{{-- Preloader Animation --}}
@if($layoutHelper->isPreloaderEnabled())
{{-- Preloader Animation (fullscreen mode) --}}
@if($preloaderHelper->isPreloaderEnabled())
@include('adminlte::partials.common.preloader')
@endif
@@ -44,7 +45,7 @@
@endif
{{-- Right Control Sidebar --}}
@if(config('adminlte.right_sidebar'))
@if($layoutHelper->isRightSidebarEnabled())
@include('adminlte::partials.sidebar.right-sidebar')
@endif