@php Theme::set('breadcrumbStyle', 'none'); Theme::layout('full-width'); $coverImage = $store->cover_image; Theme::set('pageTitle', $store->name); @endphp
@include(MarketplaceHelper::viewPath('includes.store-detail-banner'))
@include(MarketplaceHelper::viewPath('includes.store-filters'))
@include(EcommerceHelper::viewPath('includes.product-filters-top'))
@include(MarketplaceHelper::viewPath('stores.items'))
@if ($store->content)
{!! BaseHelper::clean($store->content) !!}
@endif
@include(MarketplaceHelper::viewPath('includes.contact'))