@props([ 'card' => null, 'description' => null, 'thumbnail' => null, 'title' => null, 'date' => null, 'link' => '#', ])
merge(['class' => 'card home-top my-2 '.$card]) }}>
merge(['class' => 'ratio overflow-hidden']) }}> thumbnail
{{ $title }} @if ($description != null)

{!! $description !!}

@endif
@if ($date != null) {{ $date }} @endif