@foreach($comments as $comment)
{{-- @dd($comment)--}}
@endforeach
@if($inspection->is_verified !== 1)
@endif
{!! $comment->comment !!}
{{$comment->sender->name}}
{{$comment->created_at->diffForHumans()}}