@foreach ($new as $product)
@include('shared.product', [ 'product' => $product, 'noCols' => true, 'smallerFont' => false, ])
@endforeach