@extends('backEnd.master') @section('title') @lang('common.student_list') @endsection @section('mainContent')
{{-- disable student --}} {{--
--}} @if(generalSetting()->multiple_roll==0) @else @if(!moduleStatusCheck('University')) @endif @endif @if(moduleStatusCheck('University')) @else @endif
@lang('student.admission_no') @lang('student.name')@lang('student.id_number')@lang('student.father_name')@lang('student.date_of_birth')@lang('student.fac_dept')@lang('student.class_sec')@lang('common.gender') @lang('common.type') @lang('common.phone') @lang('common.actions')
@endsection @include('backEnd.partials.data_table_js') @section('script') @include('backEnd.partials.server_side_datatable') @endsection