@extends('backEnd.master') @section('title') @lang('student.student_settings') @endsection @section('mainContent')

@lang('student.student_admission_field')

@foreach ($student_settings as $field) @endforeach
@lang('student.registration_field') @lang('student.show') @lang('student.student_edit') @lang('student.parent_edit') @lang('student.required')
@if (moduleStatusCheck('Lead')) @if ($field->field_name != 'roll_number') {{ __('student.' . $field->field_name) }} @else {{ __('student.id_number') }} @endif @else {{ __('student.' . $field->field_name) }} @endif
@endsection @push('script') @endpush