@if(!empty(count($products)))
@if(isset($product_category->product_category_filter_type_id) && $product_category->product_category_filter_type_id == 2)

Explore our Products

@include('product_listing_cat_sub_cat_filter') @elseif(isset($product_category->product_category_filter_type_id) && $product_category->product_category_filter_type_id == 1)

Explore our Products

@elseif(isset($product_category->product_category_filter_type_id) && ($product_category->product_category_filter_type_id == 3))
@if(!empty(count($attributes))) @foreach($attributes as $attribute_row) @if(isset($attribute_values->{$attribute_row->id}))
Select {{$attribute_row->attribute_name}} Filter Product
Clear
@foreach($attribute_values->{$attribute_row->id} as $attribute_value_row) @endforeach
@endif @endforeach @endif
@else
@if(empty($banner->introduction_title))

Explore from a range of {{count($products)}} Products

@else

{!!nl2br($banner->introduction_title)!!}

@endif

{!!nl2br($banner->introduction_description)!!}

@include('product_listing_cat_sub_cat_filter') @endif
@include('product_block')
@endif