@yield('content')
@php $favicon = \App\Models\SystemSetting::getValue('site_favicon'); $primary = \App\Models\SystemSetting::getValue('primary_color', '#0d6efd'); $secondary = \App\Models\SystemSetting::getValue('secondary_color', '#6c757d'); @endphp @if ($favicon) @endif @stack('styles')
@include('partials._sidebar-admin')