@if ($boostedProducts->count() > 0)
{{ __('Featured Product') }}

{{ __('Grab Them Before They’re Gone!') }}

@foreach ($boostedProducts as $product)
@endforeach
@foreach ($boostedProducts as $product)
@endforeach
@endif