@props(['article'])
@if ($article->coverImageUrl()) {{ $article->title }} @else 📖 @endif
@if ($article->published_at) {{ __('site.article_published_on') }} {{ $article->published_at->translatedFormat('d M Y') }} @endif

{{ $article->title }}

@if ($article->excerpt)

{{ $article->excerpt }}

@endif {{ __('site.btn_read_more') }}