| Field Name | Type | Required | Unit | Order | Actions | |
|---|---|---|---|---|---|---|
| {{ $field->name }} @if($field->is_deprecated) Deprecated @endif | {{ ucfirst(str_replace('_', ' ', $field->input_type)) }} {{ $field->input_type }} | @if($field->is_required) Yes @else No @endif | {{ $field->unit ?? '-' }} {{ $field->option_key ?? '' }} | {{ $field->order_index }} |
@if(!$field->is_deprecated)
@endif
@if(in_array($field->input_type, ['dropdown', 'radio']))
@endif
@if($field->is_deprecated)
@else
@endif
|
No fields added to this sub-section yet.
@endifNo sub-sections added to this section yet.
@endifAdd sections to organize your form fields hierarchically.