{!! BaseHelper::clean($title) !!}

@if ($description)

{!! BaseHelper::clean($description) !!}

@endif @if ($subtitle)

{!! BaseHelper::clean($subtitle) !!}

@endif
@php $productCollections = get_product_collections(['status' => \Botble\Base\Enums\BaseStatusEnum::PUBLISHED, 'is_featured' => true]); @endphp @if (count($productCollections) > 0) @if (count($productCollections) > 1)
@if (count($productCollections) > 3) @endif
@endif @if (count($productCollections) > 3) @foreach($productCollections->skip(4) as $productCollection) @endforeach @endif @endif