@php $cardName = getThemeContentCardStyle("product"); @endphp @push('styles_top') @if(empty($withoutStyles)) @endif @endpush @foreach($products as $product)
@include("design_1.web.products.components.cards.grids.{$cardName}", ['product' => $product])
@endforeach