@extends('dashboard.layouts.default') @section('content')
Manage Teachers
@if($teacher->teacher_type=='HOD') @endif
@include('layout.top-ads')
@if($teacher->teacher_type =='HOD') @endif
Name Account Created Last Logged In User LevelAction
@include('layout.bottom-ads')
@include('teacher.teachers.add_modal') @include('teacher.teachers.import_modal') {{--@include('teacher.teachers.filter_modal')--}} @endsection @section('scripts') @endsection