@props(['post'])
{{-- ๐Ÿ–ผ๏ธ ุตูˆุฑุฉ ุงู„ู…ู‚ุงู„ --}} @if($post->cover) {{ $post->title }}
@else
@endif
{{-- ๐Ÿ“ฐ ู…ุญุชูˆู‰ ุงู„ู…ู‚ุงู„ --}}
{{ optional($post->category)->name }}

{{ $post->title }}

{{ Str::limit($post->excerpt ?: strip_tags($post->body), 160) }}

{{-- ๐Ÿงพ ู…ุนู„ูˆู…ุงุช ุฅุถุงููŠุฉ --}}
{{ optional($post->published_at)?->translatedFormat('d F Y') }}
@if(optional($post->author)?->name) @endif