@for ($i = $getMinValue(); $i <= $getMaxValue(); $i++)
  • @include('filament-rating-field::forms.components._rating-item', [ 'component' => $i <= $getState() ? $getSelectedIcon() : $getIcon(), ])
  • @endfor