@foreach ($teacherFields 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
{{ __('note_for_permission_of_student_manage') }}