{{ $comment->user->full_name }}
{{ $comment->product->title }} @if(empty($comment->reply_id)) {{ trans('public.open') }} @else {{ trans('panel.replied') }} @endif {{ dateTimeFormat($comment->created_at,'j M Y | H:i') }}