@props([ 'icon' => null, 'title', 'description' => null, 'actionLabel' => null, 'actionHref' => null, 'actionIcon' => null, ])
{{ $description }}
@endif {{-- Action Button --}} @if($actionLabel && $actionHref) @if($actionIcon) {!! $actionIcon !!} @else @endif {{ $actionLabel }} @endif {{-- Custom slot for additional content --}} @if($slot->isNotEmpty())