@php $dir = GetDirection(); $locale = app()->getLocale(); $isDarkMode = array_key_exists('theme', $_COOKIE) && $_COOKIE['theme'] === 'dark'; @endphp @yield('title') @include('partial/css') @if(file_exists(public_path('build/manifest.json')) || file_exists(public_path('hot'))) @vite(['resources/css/app.css', 'resources/js/app.js']) @else @endif
@include('partial.sidebar')
@if(auth()->check()) @include('partial.navbar') @endif
@yield('content')

{{ __('dashboard.copyright') }}

{{-- MMCP--}} Loading
@include('partial.js')