@extends('dashboard.layouts.default') @section('content')
Manage Classes
@include('layout.top-ads')
@foreach($years_filter as $key=>$year) @endforeach
@if(strtolower($teacher_type) == 'hod' && $wonde_id != '')
Last Wonde Sync On : {{ $wnde_last_sync }}
@endif
Class Year Exam Board Action
@include('layout.bottom-ads')
@include('teacher.class.class_modal') @endsection @section('pagecss') @endsection @section('scripts') @endsection