Custom Fields

Complete the fields below to provide additional information on the selected opportunity.

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