{{-- title --}} @yield('page_title') {{-- meta data --}} {!! view_render_event('bagisto.shop.layout.head') !!} {{-- for extra head data --}} @yield('head') {{-- seo meta data --}} @section('seo') @show {{-- fav icon --}} @if ($favicon = core()->getCurrentChannel()->favicon_url) @else @endif {{-- all styles --}} @include('shop::layouts.styles') getCurrentLocale() && core()->getCurrentLocale()->direction == 'rtl') class="rtl" @endif> {!! view_render_event('bagisto.shop.layout.body.before') !!} @include('shop::UI.particals') {{-- main app --}}
@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') !!}
{{-- footer --}} @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') !!}
{{-- all scripts --}} @include('shop::layouts.scripts')