@props(['post']) {{-- Blog post summary card, shared by the Blog page grid and the home "Latest Articles" section. --}}
class('group flex flex-col bg-surface-container-lowest rounded-xl border border-outline-variant shadow-sm overflow-hidden hover:border-primary transition-colors') }}> @if ($post->coverUrl()) @else
article
@endif
@if ($post->category) {{ $post->category->translate('name') }} @endif {{ __(':minutes min read', ['minutes' => $post->readingMinutes()]) }}

{{ $post->translate('title') }}

{{ $post->excerptText() }}

{{ __('Read more') }} arrow_forward