{!! 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 @livewireStyles @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 @livewireScripts @stack('scripts')