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