@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')
@if (auth()->user()->hasRole(['admin', 'super_admin'])) @include('partials._sidebar-admin') @else @include('partials._sidebar-employee') @endif