{{-- path: resources/views/components/cn-card.blade.php Base card shell used by ProductCard, ResourceCard, KitCard, etc. (blueprint §14 design system). Those become their own components later that wrap this one with domain-specific content — this component only owns the visual shell (border, radius, shadow, hover state), never business data. --}} @props([ 'padded' => true, ])
merge(['class' => 'cn-card ' . ($padded ? 'p-3' : '')]) }}> {{ $slot }}