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