@php $_favicon = \App\Http\Helpers\SettingHelper::get('favicon', 'favicon.ico'); $_faviconUrl = (!str_starts_with($_favicon, 'dynaweb4/') && !str_starts_with($_favicon, 'favicon')) ? \Illuminate\Support\Facades\Storage::url($_favicon) : asset($_favicon); $_faviconVer = \App\Models\Backend\Setting::where('key', 'favicon')->value('updated_at')?->timestamp ?? 0; @endphp @if(\Illuminate\Support\Facades\Storage::disk('public')->exists('css/theme-module.css')) @endif @stack('styles') @php $sidebarBgColorDark = \App\Http\Helpers\SettingHelper::get('sidebar_bg_color_dark', '#000000'); $sidebarTextColorDark = \App\Http\Helpers\SettingHelper::get('sidebar_text_color_dark', '#d1d5db'); @endphp
@include('backend.layouts.partials.sidebar')
@include('backend.layouts.partials.header')
@yield('content')
@vite(['resources/js/app.js']) @stack('scripts')