@section('page_content')
@csrf
Fill in the details.
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
General Details
@livewire('a-c-f.fields.field-selector', ['fieldtype_id' => null, 'fieldlist_id' => null])
@stop