{!! includeFavicon() !!} {!! includeFonts() !!} @foreach(getGlobalAssets('css') as $path) {!! sprintf('', asset($path)) !!} @endforeach @stack('styles')
@include('partials.theme-mode._init') @include('partials._drawers') @include('partials._scrolltop') @foreach(getGlobalAssets() as $path) {!! sprintf('', asset($path)) !!} @endforeach @stack('scripts')