@section('head')
@if (isset($homeSEO))
@isset($metaTitle)
@endisset
@isset($metaDescription)
@endisset
@isset($metaKeywords)
@endisset
@endif
@endsection
@push('css')
@if (! empty($sliderData))
@else
@endif
@endpush
@section('content-wrapper')
@include('shop::home.partials.slider')
@endsection
@section('full-content-wrapper')
{!! view_render_event('bagisto.shop.home.content.before') !!}
@include('shop::home.partials.on-sale')
@include('shop::home.partials.advertisements.categories-4')
@include('shop::home.partials.new-products')
@include('shop::home.partials.featured-products')
@include('shop::home.partials.partners')
{{ view_render_event('bagisto.shop.home.content.after') }}
@endsection