{{ $isArabic ? 'متوسط الدرجات' : 'Avg. Grade' }}
{{ $summary['avg_grade'] ? round($summary['avg_grade'], 1) : '—' }}
@extends('layouts.main_dashboard.app') @section('title', app()->getLocale() === 'ar' ? 'بوابة ولي الأمر' : 'Parent Portal') @section('skip_page_hero', true) @php $isArabic = app()->getLocale() === 'ar'; @endphp @section('content')
{{ $isArabic ? 'بوابة ولي الأمر' : 'Parent Portal' }}
{{ $isArabic ? 'الأبناء' : 'Children' }}
{{ $summary['children_count'] }}
{{ $isArabic ? 'مهام مفتوحة' : 'Open Tasks' }}
{{ $summary['open_tasks'] }}
{{ $isArabic ? 'متأخرة' : 'Late' }}
{{ $summary['late_assignments'] }}
{{ $isArabic ? 'متوسط الدرجات' : 'Avg. Grade' }}
{{ $summary['avg_grade'] ? round($summary['avg_grade'], 1) : '—' }}
{{ $isArabic ? 'متوسط الحضور' : 'Avg. Attendance' }}
{{ $summary['avg_attendance'] ? round($summary['avg_attendance']).'%' : '—' }}
{{ $isArabic ? 'واجبات متأخرة' : 'Late Assignments' }}
{{ $summary['late_assignments'] }}
{{ $isArabic ? 'مهام قادمة' : 'Pending Tasks' }}
{{ $summary['open_tasks'] }}
{{ $isArabic ? 'لا يوجد أبناء مرتبطون بحسابك.' : 'No children linked to your account.' }}
{{ $child['class'] }}
@if($child['stage']){{ $child['stage'] }}
@endif