@if($customFields)
@foreach($customFields as $customField)
@if($customField->type == 'text')
@elseif($customField->type == 'email')
@elseif($customField->type == 'number')
@elseif($customField->type == 'date')
@elseif($customField->type == 'textarea')
@endif
@endforeach
@endif