{{$post['title']}}
{{count($post['comments'])}} {{__('comments')}}
{{__('Leave a comment')}}
@else @if(\Config::get('app.comments.status') == "Member" && !Auth::check()){{__('Comments for Member Only')}}
@else @if(\Config::get('app.comments.status') != "Facebook"){{__('Comments Closed')}}
@endif @endif @endif
{{$Comment['user']['name']}}{{$Comment['name']}}
{{$Comment['body']}}
@foreach($Comment['replies'] ?? [] as $reply)-
{{$reply->created_at->diffForHumans()}}
@endforeach
{{$reply['user']['name']}}{{$reply['name']}}
{{$reply['body']}}
No, comments yet