{{-- @include('layouts.header') --}}
@foreach ($post->categories as $category) {{ $category->name }} @endforeach

{{ $post->title }}

{{ $post->author->name ?? 'مؤلف' }}

{{ $post->author->name ?? 'مؤلف غير معروف' }}

{{ $post->created_at->format('d F Y') }}

@if ($post->image)
{{ $post->title }}
@endif
{!! $post->content !!}
@if ($relatedPosts->isNotEmpty())

مقالات ذات صلة

@endif
{{-- Spacer for footer --}} {{-- @include('layouts.footer') --}}