@props(['products']) @php $gridTemplateColumns = 'repeat(2, minmax(0, 1fr))'; $gridMinWidth = 560; $compactActionBtn = 'inline-flex h-10 shrink-0 items-center justify-center rounded-full border-2 px-3 text-center text-sm font-semibold leading-none normal-case transition whitespace-nowrap'; @endphp @push('styles') @endpush
Product name
Actions
@foreach ($products as $product)

{{ $product->name }}

Update
@endforeach