@if($custom_field->type === 'Input')
@elseif($custom_field->type === 'TextArea')
@elseif($custom_field->type === 'Phone')
@elseif($custom_field->type === 'Url')
@elseif($custom_field->type === 'Number')
@elseif($custom_field->type === 'Dropdown')
@elseif($custom_field->type === 'Switch')
@elseif($custom_field->type === 'Date')
@elseif($custom_field->type === 'Time')
@elseif($custom_field->type === 'DateTime')
@endif