@section('page_content')
@csrf
Fill in the details.
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
Custom List Option
@include('tenant.leads.sources.webform.list.inc._addedit_listitem')
  Option Key Option Value Action
General Details
@stop