@if($comments) @foreach($comments as $comment)
Replied by {{ $comment->user?$comment->user->name:'' }}
on {{ date('m d, Y',strtotime($comment->created_at)) }} at {{ date('h:m A',strtotime($comment->created_at)) }}
{{ $comment->comment }}
@endforeach @endif