@section('page_content')
@csrf
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @if(count($lead_fields) > 0)
Please fill in details below
@foreach($lead_fields as $field)
@if($field['type'] == 'date')
@else @endif
@endforeach
@endif
Lead Details
Select Lead Source
General Details
@stop