@extends('backEnd.master')
@section('title')
@lang('student.student_list')
@endsection
@section('mainContent')
@lang('common.select_criteria')
@lang('student.student_list')
@lang('student.admission_no')
@lang('student.name')
@if (!moduleStatusCheck('University') && generalSetting()->with_guardian)
@lang('student.father_name')
@endif
@lang('student.date_of_birth')
@if (moduleStatusCheck('University'))
@lang('university::un.semester_label')
@lang('university::un.fac_dept')
@else
@lang('student.class_sec')
@endif
@lang('common.gender')
@lang('common.type')
@lang('common.phone')
@lang('common.actions')