{{-- Inject tooltip icon AFTER label --}}
{!! $field !!}
@if(!empty($showApplyToAll) && $fieldNameRaw)
@endif
@endif
@endforeach
{{-- Fillers to complete 3-column rows --}}
@if($count < 3 && collect($fields)->filter(fn($f) => Str::contains($f, 'answers[comments]'))->isEmpty())
@for($i = $count; $i < 3; $i++)