@yield('title') @yield('meta') @if (session()->has('text_direction') && session()->get('text_direction') !== 'ltr') @endif {{-- @include('user.theme_style') --}} @if ($setting->google_analytic_status == 'active') @endif @if ($setting->pixel_status == 'active') @endif @include('theme_style')
    @foreach ($frontSocialLinks as $link)
  • @endforeach
@if (Module::isEnabled('Language') && Route::has('set-front-language') && allLanguages()?->where('status', 1)->count() > 1)
@endif @if (Module::isEnabled('Currency') && Route::has('set-front-currency') && allCurrencies()?->where('status', 'active')->count() > 1)
@endif
@yield('frontend-content') @if ($setting->tawk_status == 'active') @endif @if ($setting->cookie_status == 'active') @endif
@if ($errors->any()) @foreach ($errors->all() as $error) @endforeach @endif @stack('js')