{{-- Template 3: Minimal (Text Only) --}}
{{-- Card Header with Title --}}
{{ $card->title }}
{{-- Card Body with Items Only --}}
@if($card->items->count() > 0) @else

No items available

@endif