You can ignore this section if you use an image for the wheel, although text will be layered on top of it!
| Segment | Text | Color |
|---|---|---|
| {!! Form::number('segment_style[number][]', $i + 1, ['class' => 'form-control bg-dark text-light', 'readonly' => 'true']) !!} | {!! Form::text('segment_style[text][]', $segments[$i]['text'] ?? '', ['class' => 'form-control bg-dark text-light']) !!} |
{!! Form::text('segment_style[color][]', $segments[$i]['fillStyle'] ?? null, ['class' => 'form-control']) !!}
|