@extends('layouts.app') @section('title', 'Teacher Dashboard | Institution Axis') @section('sidebar-menu') @include('teacher.partials.sidebar') @endsection @section('sidebar-footer')
Welcome, Teacher
@endsection @section('breadcrumb') Home / Teacher Dashboard @endsection @section('navbar-right') @endsection @section('content')Assigned Classes
Total Students
Pending Submissions
{{ Str::limit($announcement->content, 80) }}
{{ $announcement->created_at->diffForHumans() }}| Student ID | Name | Subject | Exam | Score | Status |
|---|---|---|---|---|---|
| STU101 | Brian Kipruto | Math | Term 1 Exam | 82 | Approved |
| STU102 | Lucy Adhiambo | English | Term 1 Exam | 91 | Pending |
| STU103 | Emmanuel Otieno | Science | Practical | 78 | Submitted |