This commit is contained in:
Kerim 2023-04-19 01:14:37 +05:00
parent 12a6e7f827
commit 79133dd597
1 changed files with 0 additions and 12 deletions

View File

@ -60,19 +60,7 @@
@section('full-content-wrapper')
<div class="full-content-wrapper">
{!! view_render_event('bagisto.shop.home.content.before') !!}
@if ($velocityMetaData)
{!! DbView::make($velocityMetaData)->field('home_page_content')->render() !!}
@else
@include('shop::home.advertisements.advertisement-four')
@include('shop::home.featured-products')
@include('shop::home.advertisements.advertisement-three')
@include('shop::home.new-products')
@include('shop::home.advertisements.advertisement-two')
@endif
{{ view_render_event('bagisto.shop.home.content.after') }}
</div>
@endsection