@extends('layout.default') @section('content') @section('page_toolbar')   Delete Active 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']) !!}

 

Active Students

Student name User name Email Type of student Subscription Plan Sign up date Expiry date Curriculum Year Last login where did
you hear
about us?
Action

Deleted Students

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