@php($style = "light")
@if(isset($_COOKIE['template_customizer_style'] ) and $_COOKIE['template_customizer_style'] == 'dark')
@php($style = "dark")
@endif
@yield('title') | {{ i8_config(\App\Enums\ConfigurationEnum::BASIC_NAME) }}
@if(app()->getLocale() == "ar")
@else
@endif
@yield('styles')
@yield('content')
@yield('page-script')