@include('shared/input', ['type' => 'number', 'name' => 'options[' . $option->key . ']', 'value' => $value, 'label' => $option->name, 'min' => $option->min, 'max' => $option->max, 'step' => $option->step])