@if(count($post->comments))
{!! nl2br($comment->body) !!}
{{ $comment->created_at->diffForHumans() }}
{{ __('Edit') }}
{{ __('Delete') }}
{!! nl2br($reply->body) !!}
{{ $reply->created_at->diffForHumans() }}
{{ $comment->user->name }}
{!! nl2br($comment->body) !!}
{{ $comment->created_at->diffForHumans() }}