{{-- Title Section --}} {{ config('app.name') }} | @yield('title', $page_title ?? '') {{-- Meta Data --}} {{-- Favicon --}} @if(!empty($favicon)) @endif {{-- Fonts --}} {{ Metronic::getGoogleFontsInclude() }} {{-- Global Theme Styles (used by all pages) --}} @foreach(config('layout.resources.css') as $style) @endforeach {{-- Layout Themes (used by all pages) --}} @foreach (Metronic::initThemes() as $theme) @endforeach {{-- Includable CSS --}} @yield('styles') @routes
@if (config('layout.page-loader.type') != '') @include('layout.partials._page-loader') @endif @include('layout.base._layout')
{{-- Global Config (global config for global JS scripts) --}} {{----}} {{-- Global Theme JS Bundle (used by all pages) --}} @foreach(config('layout.resources.js') as $script) @endforeach {{-- Pusher Bell Notification --}} {{-- Pusher Bell Notification End --}} {{-- Includable JS --}} @yield('scripts') @if(config('app.debug')) @endif {{-- Vuejs Render global --}} {{-- Vuejs Render global end/ --}}