NEW PRODUCTS

@foreach($data['new_products'] as $product) @php $path = 'up_data/products/images/thumbnails/' . $product->image; @endphp @push('head-area') @endpush {!! \App\Models\Product::productBlock($product, 'amp') !!} @endforeach