{{ __('إعدادات النشر') }}
{{ __('الصورة المميزة') }}
@if($post->featured_image)
{{ __('الصورة الحالية') }}
@endif
{{ __('انقر لاختيار صورة جديدة') }}
{{ __('PNG, JPG, GIF حتى 10MB') }}
{{ __('الصورة الجديدة') }}
@error('featured_image')
{{ $message }}
@enderror
{{ __('التصنيفات والعلامات') }}
{{ __('إحصائيات المقال') }}
{{ __('تاريخ الإنشاء') }}:
{{ $post->created_at->format('d/m/Y') }}
{{ __('آخر تحديث') }}:
{{ $post->updated_at->diffForHumans() }}
@if(isset($post->views_count))
{{ __('المشاهدات') }}:
{{ number_format($post->views_count) }}
@endif
{{ __('عدد الكلمات') }}:
{{ str_word_count(strip_tags($post->content)) }}