@extends('layouts.app') @section('title', 'Class Management') @section('page-title', 'Class Management') @section('content')
{{ $class->students_count }} student{{ $class->students_count !== 1 ? 's' : '' }} @if($class->classTeacher) • Teacher: {{ $class->classTeacher->name }} @endif @if($class->room_number) • Room: {{ $class->room_number }} @endif @if($class->capacity) • Capacity: {{ $class->capacity }} @endif
No classes created yet. Use the form to add your first class.