@foreach($products as $product)
@include('partials._product_list', ['product' => $product])
@endforeach
@foreach($products as $product)
@include('partials._product_grid', ['product' => $product])
@endforeach
@if($category && $category->is_indoor_category)
SOMETHING NEW
COMING
SOON
{{ $category->category_name }} COLLECTION
@endif