{{ __('locale.labels.manage_fields') }}

Manage the fields available to your groups contacts.

{{ csrf_field() }} @if($fields->count())
@foreach ($fields as $key => $item) @endforeach
Label and Type Required? Visible? Tag Default Value Actions
{{ $item->type }}
required) checked @endif @if($item->tag == 'PHONE') disabled @endif />
visible) checked @endif @if($item->tag == 'PHONE') disabled @endif />
{SUBSCRIBER_ tag == 'PHONE') disabled @endif /> }
@if($item->type == 'date' || $item->type == 'datetime') @endif
@if($item->tag != 'PHONE') @endif
@endif

New Field

Click To add

"text" ]) }}" class="btn btn-relief-primary me-1 add-custom-field-button" type_name="text"> Text "number" ]) }}" class="btn btn-relief-success me-1 add-custom-field-button" type_name="number"> Number "date" ]) }}" class="btn btn-relief-info me-1 add-custom-field-button" type_name="date"> Date "datetime" ]) }}" class="btn btn-relief-warning me-1 add-custom-field-button" type_name="datetime"> Datetime "textarea" ]) }}" class="btn btn-relief-danger me-1 add-custom-field-button" type_name="textarea"> Textarea