{{--
--}} @php $settingValue = getSuperAdminSettingValue(); @endphp @role('super_admin')
@yield('title') | {{ $settingValue['app_name']['value'] }}
@else
@yield('title') | {{ getAppName() }}
@endrole
@if(!Auth::user()->dark_mode)
@else
@endif @livewireStyles
@include('web_form.layouts.partials.css') @yield('css') @stack('style_stack') @routes @livewireScripts {{-- --}} {{-- --}} {{-- --}} @yield('phone_js') @yield('scripts') @stack('scripts_stack')
@include('layouts.sidebar')
@include('layouts.header')
@yield('header_toolbar')
{{-- @yield('content') --}}
@if(!isset($iframe_enabled) || !$iframe_enabled)
@yield('heading')
@endif
@yield('content')
@include('layouts.footer')
@include('profile.changePassword') @include('profile.changeLanguage') {{-- @yield('scripts') --}} @include('web_form.layouts.partials.javascript') {{-- --}} @yield('footer')