{{ date('d M, Y', strtotime($comment->created_at)) }} {{ get_phrase('at') }} {{ date('h:i A', strtotime($comment->created_at)) }}
{{ get_phrase('Reply') }}
{{ $comment->comment }}
{{ $comment->commentator_name }}
{{ date('d M, Y', strtotime($comment->created_at)) }} {{ get_phrase('at') }} {{ date('h:i A', strtotime($comment->created_at)) }}
@isset(auth()->user()->id){{ get_phrase('Reply') }}
@if ($comment->user_id == auth()->user()->id) {{ get_phrase('Edit') }} {{ get_phrase('Delete') }} @endif @endisset{{ $comment->comment }}