@if (core()->getCurrentLocale()->direction == 'rtl') @endif @if ($favicon = core()->getCurrentChannel()->favicon_url) @else @endif @yield('head') @section('seo') @show @stack('css') {!! view_render_event('bagisto.shop.layout.head') !!} getCurrentLocale()->direction == 'rtl') class="rtl" @endif> {!! view_render_event('bagisto.shop.layout.body.before') !!} @include('shop::UI.particals')
{{-- --}}
@section('body-header') @include('shop::layouts.top-nav.index') {!! view_render_event('bagisto.shop.layout.header.before') !!} @include('shop::layouts.header.index') {!! view_render_event('bagisto.shop.layout.header.after') !!}
@php $velocityContent = app('Webkul\Velocity\Repositories\ContentRepository')->getAllContents(); @endphp
{!! view_render_event('bagisto.shop.layout.content.before') !!} @yield('content-wrapper') {!! view_render_event('bagisto.shop.layout.content.after') !!}
@show
{!! view_render_event('bagisto.shop.layout.full-content.before') !!} @yield('full-content-wrapper') {!! view_render_event('bagisto.shop.layout.full-content.after') !!}
@section('footer') {!! view_render_event('bagisto.shop.layout.footer.before') !!} @include('shop::layouts.footer.index') {!! view_render_event('bagisto.shop.layout.footer.after') !!} @show {!! view_render_event('bagisto.shop.layout.body.after') !!}
@stack('scripts')