{{ $post->excerpt }}
@endifComments
@forelse($post->approvedComments as $comment){{ $comment->comment }}
No comments yet.
@endforelse @if($post->allow_comments) @endifBy {{ $post->author?->name ?: 'HomesInKerala Editorial' }} · {{ $post->published_at?->format('d M Y') }} · {{ $post->reading_time }} min read · {{ number_format($post->views_count) }} views
{{ $post->excerpt }}
@endif{{ $comment->comment }}
No comments yet.
@endforelse @if($post->allow_comments) @endif