{{ config('app.name') }} | @yield('title', $page_title ?? '')
{{-- Meta Data --}}
{{-- Favicon --}}
{{-- Fonts --}}
{{ Metronic::getGoogleFontsInclude() }}
{{-- Global Theme Styles (used by all pages) --}}
@foreach(config('layout.error_resources.css') as $style)
@endforeach
{{-- Includable CSS --}}
@yield('styles')
@yield('content')
{{-- Global Theme JS Bundle (used by all pages) --}}
@foreach(config('layout.error_resources.js') as $script)
@endforeach
{{-- Includable JS --}}
@yield('scripts')