@section('page_content')
@csrf
Fill in the details.
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @livewire('leads.sources.web-form.form-fields', ['field' => $field])
General Details
Back
@stop