{{-- --}} @yield('title') | {{ getAppName() }} @if(!Auth::user()->dark_mode) @else @endif @livewireStyles @stack('style_stack') @routes @livewireScripts {{-- --}} @yield('phone_js') @yield('page_js') @yield('scripts') @stack('scripts_stack')
@include('layouts.sidebar')
@include('layouts.header')
@yield('header_toolbar')
@yield('content')
@include('layouts.footer')
@include('profile.changePassword') @include('profile.changeLanguage') {{-- @yield('scripts') --}}