@extends('front.layout') @section('meta-keywords', "$seo->meta_keywords") @section('meta-description', "$seo->meta_description") @section('content') @if ($extra_visibility->is_t9_slider_section == 1)
@endif @if ($extra_visibility->is_t9_banner_section == 1) {{-- Ecommerce Banner Start --}}
@foreach ($ebanners as $ebanner)
Image

{{ $ebanner->title }}

{{ __('Starts From') }} {{Helper::showCurrencyPrice($ebanner->price)}}

{{ $ebanner->button_text }}
@endforeach
{{-- Ecommerce Banner End --}} @endif @if ($extra_visibility->is_t9_popularcategory_section == 1) {{-- Popular Category Section Start --}} {{-- Popular Category Section End --}} @endif @if ($extra_visibility->is_t9_newproduct_section == 1) {{-- Popular Category Section Start --}} {{-- Popular Category Section End --}} @endif @if ($extra_visibility->is_t9_featureproduct_section == 1) @foreach ($featuredCategories as $fCategory) @endforeach @endif
@endsection