@props([ 'min', 'max', 'minValue' => null, 'maxValue' => null, 'step' => 1, 'name' => null, 'legend' => 'Range', 'minLabel' => 'Minimum', 'maxLabel' => 'Maximum', 'prefix' => '', 'suffix' => '', 'separator' => ' – ', 'resetLabel' => 'Reset', ]) @php $minValue ??= $min; $maxValue ??= $max; $uid = 'rs-' . uniqid(); @endphp