@if (rtl()) @else @endif @include('partials.head')
@php @endphp
@widget('TopContact') @widget('MainBlocks\TopBarAccount')
@if (isDesktop())
@widget('MenuSearch')
@livewire('front-end.cart.mini-cart')
@else
@livewire('front-end.cart.mini-cart')
@endif
Toggle navigation
@widget('MainBlocks\MainMenu')
@if (@$fullwidth)
@yield('content')
@else
@widget('Sidebar\ListMyAccount')
@yield('content')
@endif
@widget('MainBlocks\OurFeatures') @include('partials.js') @yield('scripts')