@extends('layouts.main_dashboard.app') @section('title', app()->getLocale() === 'ar' ? 'لوحة المدرس' : 'Teacher Dashboard') @section('page_heading', app()->getLocale() === 'ar' ? 'لوحة المدرس' : 'Teacher Dashboard') @section('page_subtitle', app()->getLocale() === 'ar' ? 'إدارة المقررات والمحتوى والأنشطة القادمة من مساحة واحدة.' : 'Manage courses, teaching content, and upcoming activity from one space.') @section('skip_page_hero', true) @section('page_content_wrapper_class', 'min-h-full') @section('content') @php $isArabic = app()->getLocale() === 'ar'; @endphp
{{ $isArabic ? 'مساحة إدارة التدريس' : 'Teaching workspace' }}
{{ $isArabic ? 'لوحة تشغيل عملية للمقرر اليومي: راقب العبء التدريسي، افتح أدوات النشر بسرعة، وراجع الجلسات والنشاط الأخير من نفس الشاشة.' : 'A practical teaching command board for your daily flow: monitor course load, jump into publishing tools, and review sessions and recent activity from the same screen.' }}
{{ $isArabic ? 'متوسط العبء لكل مقرر' : 'Average load per course' }}
{{ $courseLoadAverage }}
{{ $isArabic ? 'يحسب من المواد والواجبات والاختبارات المنشورة.' : 'Based on published materials, assignments, and quizzes.' }}
{{ $isArabic ? 'جلسات قائمة على المقررات' : 'Courses with live rooms' }}
{{ $coursesWithLiveRooms }}
{{ $isArabic ? 'عدد المقررات التي تحتوي على فصول افتراضية.' : 'Number of courses already using live sessions.' }}
{{ $metric['label'] }}
{{ number_format($metric['value']) }}
{{ $isArabic ? 'آخر الرسائل التي لم تتلقَّ ردًا منك بعد داخل المقررات المسندة.' : 'The latest messages across your assigned courses that are still waiting for your response.' }}
{{ $inquiry['student_name'] }} @if ($inquiry['course_name']) • {{ $inquiry['course_name'] }} @endif
{{ $inquiry['message_excerpt'] }}
{{ $isArabic ? 'ملخص زمني لما نُشر داخل مقرراتك مؤخراً.' : 'A chronological summary of what was published across your courses.' }}
{{ $item['course'] }}
{{ $isArabic ? 'الوصول السريع إلى أقرب الفصول الافتراضية المجدولة.' : 'Quick access to the nearest scheduled virtual classes.' }}
{{ $room['course_name'] }}
{{ $room['start_label'] }}