@php $activeTheme = \App\Models\Theme::where('is_active', true)->first(); $config = $activeTheme->config ?? []; @endphp @if (!empty($config['appearance']['favicon'])) @else @endif @livewireStyles

@yield('title', 'Dashboard')

@yield('description', 'Overview of your application')

@if (!trim($__env->yieldContent('compactSidebar'))) @endif
@yield('content')

Change Password

@livewireScripts @stack('scripts')