@extends('layouts.admin') @section('title', $class->name) @section('page-title', $class->name) @section('page-subtitle', 'Class details and roster') @section('content')
{{ $class->description ?? 'No description' }}
{{ $class->students_count }}
Students
{{ $class->age_group }}
Age Group
{{ $class->schedule }}
Schedule
{{ $class->location ?? 'N/A' }}
Location
Name
{{ $class->teacher_name ?? 'Not assigned' }}
Phone
{{ $class->teacher_phone ?? 'N/A' }}
{{ $class->teacher_email ?? 'N/A' }}
{{ $student->full_name }}
{{ $student->age }} years old
{{ $student->parent_phone }}