{{-- Title Section --}}
@yield('favicon-title', $page_title ?? '')
{{-- Meta Data --}}
{{-- Favicon --}}
{{-- Fonts --}} {{-- Metronic::getGoogleFontsInclude() --}} {{-- Global Styles Bundle --}} @include('layout.global-styles') {{-- Global Config (global config for global JS scripts) --}} {{-- Global Styles Bundle --}} {{-- 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') @include('layout.partials._page-loader') {{-- begin::Main --}} {{ $slot }} {{-- Modal Transfer Call --}} {{-- @include('pages.components.cards.atendimento._modalTransferCall') --}} {{-- Modal Blind Call --}} {{-- @include('pages.components.cards.atendimento._modalBlindCall') --}} {{-- Callback Overlay --}} {{-- @include('pages.components.cards.atendimento._callbackOverlay') --}} {{-- Modal Quick Search --}} {{-- end::Main --}} {{-- Global JS Bundle (used by all pages) --}} @if (Auth::check()) @endif {{-- Global Config (global config for global JS scripts) --}} {{-- {{dd(request()->path())}} --}} {{-- Global Theme JS Bundle (used by all pages) --}} @foreach (config('layout.resources.js') as $script) @endforeach @if (Auth::check()) @endif {{-- Files JS include in Controller Page - Helpers.php --}} @isset($jsFiles) @foreach ($jsFiles as $jsFile) @endforeach @endisset {{-- Files JS include in Controller Page - Helpers.php --}} @if (Auth::check()) @if (Session::has('user_type') && Session::get('user_type') == '1') @php $urlPage = request()->path(); @endphp {{-- --}} @endif @endif {{-- Includable JS --}} @yield('scripts')