Fill in the details.
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@error('name') {{ $message }} @enderror
@if(in_array($field_type, $restricted_system_slugs))
{{ $field_name_surfix }}
@error('slug') {{ $message }} @else String "{{ $slug }}{{ $field_name_surfix }}" will be used as the field slud in the database. @enderror @else @error('slug') {{ $message }} @enderror @endif
@if(in_array($field_type, $list_types))
@endif
@if(in_array($field_type, $list_types))
Drop-Downlist Options
@foreach($options as $key => $option) @endforeach
Option Key Option Value Action
@if(count($options) == 1) @else @endif
@if($add_more_option) @endif
@endif
General Details
@error('status') {{ $message }} @enderror
@error('field_category') {{ $message }} @enderror