@foreach($comments as $comment)
{{$comment->commentedBy->name}} {{\Carbon\Carbon::parse($comment->created_at)->isoFormat("D/M/YY HH:mm A")}}
{!! $comment->comment !!} @if(Auth::user()->id == $comment->user_id) @endif
@endforeach