Add Lead

Leads define potential new business.
  • Contact
  • Lead Info
  • Custom Fields
{{ csrf_field() }}

Leads are linked to contacts. Add a new contact below.

To link this opportunity to a new contact, enter the contact information on the form below.

The following details define the opportunity, please use the form below to provide application details for this opportunity.

Yes No

Initial comments will be saved as a note for the opportunity.

The following options define available features for the selected office.

@foreach ($customFields as $category => $fields)
@foreach ($fields as $field)
{!! $field->renderInput() !!}
@endforeach @endforeach