{!! $Post->Title_ar !!}
-
@if(isset($Post->Category->title))
- {{ $Post->Category->title }} @else
- لا تصنيف @endif @if(isset($Comments))
- {{ count($Comments) }} تعليقات @else
- 0 تعليقات @endif
{!! $Post->body_ar !!}
{{ $comment->Comment }}
{{ $comment->User->name }}
{{ date('M j, Y', strtotime($comment->created_at)) }}