@extends('layouts.app') @section('title', 'Admin Dashboard') @section('page-title', 'Admin Dashboard') @section('content')
Total Students
{{ number_format($totalStudents) }}
Total Teachers
{{ number_format($totalTeachers) }}
Active Classes
{{ $totalClasses }}
Pending Fees
₹{{ number_format($pendingFees) }}
{{ $announcement->title }}
{{ Str::limit($announcement->content, 80) }}
{{ $announcement->created_at->diffForHumans() }}
No recent announcements.
@endforelse