@php $dir = GetDirection(); $isDarkMode = array_key_exists('theme', $_COOKIE) && $_COOKIE['theme'] === 'dark'; @endphp @yield('code') | @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
MMCP {{ config('logos_and_icons.name') }} {{ config('logos_and_icons.name_min') }}
{{ __('errors.dashboard') }} @if(auth()->check())
@csrf
@endif

@yield('code')

@yield('title')


@yield('description')

{{ __('errors.requested') }}
{{ request()->url() }}