@props([ 'href' => '#', 'image' => '', // Defaults to the title, which is what the legacy cards used. 'alt' => null, 'title' => '', 'category' => '', 'date' => '', 'excerpt' => '', ])
class(['article-card']) }}>
{{ $alt ?? $title }}

{{ $title }}

@if ($excerpt !== '')

{{ $excerpt }}

@endif
{{ $category }} {{ $date }}