@if ($bs->is_analytics == 1) {!! $bs->google_analytics_script !!} @endif
{{ $bs->website_title }} @yield('pagename')
@if ($bs->is_tawkto == 1 || $bex->is_whatsapp == 1) @endif @if (count($langs) == 0) @endif
@if ($rtl == 1)
@endif @yield('styles') @if ($bs->is_appzi == 1) @endif @if ($be->is_facebook_pexel == 1) {!! $be->facebook_pexel_script !!} @endif @if ($bs->is_appzi == 1) {!! $bs->appzi_script !!} @endif @includeIf('front.ecommerce.partials.header') @if (!request()->routeIs('front.index') && !request()->routeIs('front.packageorder.confirmation'))
@yield('breadcrumb-title')
@yield('breadcrumb-subtitle')
{{ __('Home') }}
@yield('breadcrumb-link')
@endif @yield('content') @includeIf('front.ecommerce.partials.footer') @if ($bex->is_shop == 1 && $bex->catalog_mode == 0)
{{ cartLength() }} {{ __('ITEMS') }}
{{ $bex->base_currency_symbol_position == 'left' ? $bex->base_currency_symbol : '' }} {{ cartTotal() }} {{ $bex->base_currency_symbol_position == 'right' ? $bex->base_currency_symbol : '' }}
@endif
@if ($bex->preloader_status == 1)
@endif {{-- WhatsApp Chat Button --}}
{{-- Cookie alert dialog start --}} @if ($be->cookie_alert_status == 1) @include('cookie-consent::index') @endif {{-- Cookie alert dialog end --}} {{-- Popups start --}} @includeIf('front.partials.popups') {{-- Popups end --}} @includeIf('front.ecommerce.partials.scripts') @yield('scripts')