name; if (Str::contains($label, '_')) { $label = Str::replace('_', ' ', $label); } $options[] = [ 'value' => $case->value, 'label' => Str::title($label), ]; } return $options; } }