@section('page_content')
@csrf
Form Field Details.
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @livewire('leads.sources.web-form.form-fields')
General Details
Back
@stop