{{ trans('messages.Comments') }}
{{ $comment->user->name }}
{{ time_elapsed_string(date('Y-m-d H:i', strtotime($comment->created_at))) }}
{{ $comment->comment }}
{{ trans('messages.There are no comments yet') }}
{{ $comment->user->name }}
{{ time_elapsed_string(date('Y-m-d H:i', strtotime($comment->created_at))) }}
{{ $comment->comment }}