@extends('dashboard.layouts.default') @section('content')
Manage Students
@include('layout.top-ads')
@foreach($years_filter as $key=>$year) @endforeach
Name Username / Password Email Year Class Action
@include('layout.bottom-ads')
@include('teacher.students.reset_password_modal') @include('teacher.students.student_modal') @include('teacher.students.password') @include('teacher.students.student_import_modal') @include('teacher.students.move_class_modal') @include('teacher.students.view_modal') @endsection @section('pagecss') @endsection @section('scripts')