@extends('layout.default') @section('content') @section('page_toolbar')   Delete Students {{-- --}} {{-- Export Data--}} {{----}}   Back @endsection
{!! Form::select('curriculum', $curriculum ,'', ['class' => 'form-control new-drop-section select2', 'placeholder' => 'Select curriculum','id' => 'curriculum']) !!}
{!! Form::select('year', $years , '', ['class' => 'form-control ', 'id' => 'year', 'style' => 'width:100%','placeholder'=>'All']) !!}
{!! Form::select('student_type', array('Teacher' => 'Under Teacher', 'Tutor' => 'Under Tutor','Individual'=>'Private') ,$stud_type, ['class' => 'form-control new-drop-section selectpicker searchm', 'id' =>'student_type', 'placeholder' => 'All']) !!}
{!! Form::select('school', $schools ,'', ['class' => 'form-control new-drop-section new-drop-section select2', 'placeholder' => 'All','id' => 'school']) !!}

 
No Student name User name Email Type of student Subscription Plan Sign up date Expiry date Curriculum Year Last login Weekly points Total minutes watched Average percentage of each video watched Total videos watched Total questions answered % of questions correct Total points wau
/dau/
mau
Action

Deleted Students

No Student name User name Email Type of student Subscription plan Year Deleted on Action
@include('admin.students.student_modal') @endsection @section('styles') @endsection @section('scripts') @endsection