{!! includeFavicon() !!} {!! includeFonts() !!} @foreach(getGlobalAssets('css') as $path) {!! sprintf('', asset($path)) !!} @endforeach @foreach(getVendors('css') as $path) {!! sprintf('', asset($path)) !!} @endforeach @foreach(getCustomCss() as $path) {!! sprintf('', asset($path)) !!} @endforeach @yield('styles') @include('partials/theme-mode/_init') @yield('content') @foreach(getGlobalAssets() as $path) {!! sprintf('', asset($path)) !!} @endforeach @foreach(getVendors('js') as $path) {!! sprintf('', asset($path)) !!} @endforeach @foreach(getCustomJs() as $path) {!! sprintf('', asset($path)) !!} @endforeach @yield('scripts') @stack('customscript')