@extends('front.themes.' . env('THEME', 'theme-01') . '.layout') @section('content') @if($banner)
@endif
@include('includes.catalog')
@if(!config("features.marketplace")) @include('includes.filter') @endif
@if (env('THEME') === 'theme-09') @include('front.themes.theme-09.components.filtered-products') @elseif(!config("features.marketplace")) @include('includes.product.filtered-products') @else @include('includes.product.aggregated-products') @endif
@endsection @section('scripts') @endsection