@if($studentFields->isEmpty())
{{ __('no_data_found') }}
@else
@foreach($studentFields as $row)
@if($row->type === "text" || $row->type === "number")
': '' !!}
is_required===1)?"required":''}}>
@endif
@if($row->type === "dropdown")
': '' !!}
@endif
@if($row->type === "radio")
@endif
@if($row->type === "checkbox")
@endif
@if($row->type === "textarea")
': '' !!}
@endif
@if($row->type === "file")
@endif
@endforeach
@endif