@foreach ($parentFields 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