@extends('backEnd.master') @section('title') @lang('student.student_list') @endsection @section('mainContent')
{{-- @if (@$students) --}}
@if(!moduleStatusCheck('University') && generalSetting()->with_guardian) @endif @if(moduleStatusCheck('University')) @else @endif
@lang('student.admission_no') @lang('student.name')@lang('student.father_name')@lang('student.date_of_birth')@lang('university::un.semester_label') @lang('student.fac_dept')@lang('student.class_sec')@lang('common.gender') @lang('common.type') @lang('common.phone') @lang('common.actions')
{{-- @endif --}}
{{-- disable student --}} @endsection @section('script') @include('backEnd.partials.data_table_js') @include('backEnd.partials.server_side_datatable') @endsection