sarga theme
This commit is contained in:
parent
451ee5b597
commit
3c206eea73
|
|
@ -22,14 +22,26 @@
|
|||
|
||||
@section('head')
|
||||
|
||||
@if (isset($homeSEO))
|
||||
@isset($metaTitle)
|
||||
<meta name="title" content="{{ $metaTitle }}" />
|
||||
@endisset
|
||||
|
||||
@isset($metaDescription)
|
||||
<meta name="description" content="{{ $metaDescription }}" />
|
||||
@endisset
|
||||
|
||||
@isset($metaKeywords)
|
||||
<meta name="keywords" content="{{ $metaKeywords }}" />
|
||||
@endisset
|
||||
@endif
|
||||
@endsection
|
||||
|
||||
@section('content-wrapper')
|
||||
{!! view_render_event('bagisto.shop.home.content.before') !!}
|
||||
|
||||
@if (! is_null($channel->home_page_content))
|
||||
{!! DbView::make($channel)->field('home_page_content')->with(['sliderData' => $sliderData])->render() !!}
|
||||
|
||||
@else
|
||||
@include('shop::home.slider', ['sliderData' => $sliderData])
|
||||
@include('shop::home.featured-products')
|
||||
|
|
|
|||
Loading…
Reference in New Issue