@yield('content')
@includeif('admin.partials.styles') @php $selLang = App\Models\Language::where('code', request()->input('language'))->first(); @endphp @if (!empty($selLang) && $selLang->rtl == 1) @endif @yield('styles')
cookie('admin-theme') == 'dark') data-background-color="dark" @endif>