{{-- Title Section --}}
{{ config('app.name') }} | @yield('title', $page_title ?? '')
{{-- Meta Data --}}
{{-- Favicon --}}
{{-- Fonts --}}
{{ Metronic::getGoogleFontsInclude() }}
{{-- Global Theme Styles (used by all pages) --}}
@foreach(config('layout.auth_resources.css') as $style)
@endforeach
{{-- Includable CSS --}}
@yield('styles')
@include('layout.base._authlayout')
{{-- Global Config (global config for global JS scripts) --}}
{{-- Global Theme JS Bundle (used by all pages) --}}
@foreach(config('layout.auth_resources.js') as $script)
@endforeach
{{-- Includable JS --}}
@yield('scripts')
@if(\Illuminate\Support\Facades\Session::has('success'))
@endif
@if(\Illuminate\Support\Facades\Session::has('error'))
@endif