{{--METRONIC 7--}} @include('layout.head') @yield('page_styles') @php $secondarySidebarClass = 'aside-secondary-enabled'; @endphp @if(isset($secondarySidebar) && !$secondarySidebar) @php $secondarySidebarClass = 'aside-secondary-disabled'; @endphp @endif
@include('layout.header_mobile')
@include('layout.sidebar_main') @yield('layout_sidebar')
@yield('content')
@if(auth()->check()) @include('user_panel') @endif
@yield('page_modals') @routes{{--js-laravel routing--}} @include('layout.scripts') @yield('page_scripts') @stack('component_scripts')