@php $currentLanguage = getCurrentLanguage(); $isRTL = isRTL(); $direction = $isRTL ? 'rtl' : 'ltr'; $langCode = $currentLanguage ? $currentLanguage->code : 'en'; @endphp
@yield('title') @if ($isRTL) @else @endif @if ($isRTL) @endif @stack('style') @if (isset($genSetting?->google_analytic_visible_status) && $genSetting?->google_analytic_visible_status == 1) @endif @if (isset($genSetting?->facebook_pixel_id) && $genSetting?->facebook_pixel_id == 1) @endif @include('frontend::components.preloader') @include('frontend::components.darkmode') @include('frontend::components.backtotop'){{ $genSetting->site_description }}
@endif @if (isset($genSetting->offcanvas_gallery) && $genSetting->offcanvas_gallery) @if (count(json_decode($genSetting->offcanvas_gallery)) > 0) @endif @endif