@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
{{ config('logos_and_icons.name') }}
{{ config('logos_and_icons.name_min') }}
@yield('code')
@yield('title')
@yield('description')
{{ __('errors.requested') }}
{{ request()->url() }}