@props([
'colspan' => 1,
'rowspan' => 1,
'title' => null,
'subtitle' => null,
'icon' => null,
'gradient' => false
])
merge([
'class' => "bento-item col-span-{$colspan} row-span-{$rowspan} " . ($gradient ? 'bg-gradient-primary' : '')
]) }}>
@if($icon)
@endif
@if($title)
{{ $title }}
@endif
@if($subtitle)
{{ $subtitle }}
@endif
{{ $slot }}
{{-- Micro-interaction: Subtle glow follow (Optional JS implementation later) --}}