@forelse($comments as $comment)
{{ ucwords($comment->user->name) }} {{ ucfirst($comment->created_at->diffForHumans()) }}
{!! ucfirst($comment->comment) !!}
@lang('app.delete')
@empty
@lang('messages.noRecordFound')
@endforelse