@extends('frontend.main_master') @section('title', 'Teacher Panel - Astro Wise') @section('body-class', 'teacher-panel-body') @section('content')
Manage your live classes, synchronized chart sessions, and interactive annotations in one place.
No active classes currently. Click "Start New Live Class" to open a room and invite your student.
@elseNo completed classes yet.
@else| Date | Student | Duration | Recording | Actions |
|---|---|---|---|---|
| {{ optional($session->ended_at ?? $session->created_at)->format('M d, Y H:i') }} | {{ $session->student ? trim($session->student->name . ' ' . $session->student->last_name) : '—' }} | @if($session->started_at && $session->ended_at) {{ $session->started_at->diffForHumans($session->ended_at, true) }} @else — @endif | @if($session->hasRecording()) Watch @else No recording @endif | @if($session->hasRecording()) @endif |
No saved drawings yet. During live classes, freeze the screen, draw on the chart, and save with 💾.
@else @endif