@if($custom_field->show_name)
@endif
@if($custom_field->show_phone)
@endif
@if($custom_field->show_dob)
@endif
@if($custom_field->show_company)
@endif
@if($custom_field->show_identification_number)
@endif
@if($custom_field->show_job_title)
@endif
@if($custom_field->show_gender)
{{ __('common.choose_gender') }} {{ $custom_field->required_gender ? '*' : '' }}
{{$errors->first('gender')}}
@endif
@if($custom_field->show_student_type)
{{ __('common.choose_student_type') }} {{ $custom_field->required_student_type ? '*' : '' }}
{{$errors->first('student_type')}}
@endif
@if(saasEnv('NOCAPTCHA_FOR_REG')=='true')
@if(saasEnv('NOCAPTCHA_IS_INVISIBLE')=="true")
{!! NoCaptcha::display(["data-size"=>"invisible"]) !!}
@else
{!! NoCaptcha::display() !!}
@endif
@if ($errors->has('g-recaptcha-response'))
{{$errors->first('g-recaptcha-response')}}s
@endif
@endif
@if(saasEnv('NOCAPTCHA_FOR_REG')=='true' && saasEnv('NOCAPTCHA_IS_INVISIBLE')=="true")
@else
@endif