@if($post->image)
{{ $post->title }}
@endif

{{ $post->title }}

@lang('التصنيف'): {{ $post->category ?? '-' }} @lang('الكاتب'): {{ $post->user->name }} @lang('تاريخ النشر'): {{ optional($post->published_at)->format('d F Y') ?? '-' }} @lang('الحالة'): @if($post->status === 'published') @lang('منشور') @else @lang('مسودة') @endif
{!! nl2br(e($post->content)) !!}