{{ $course->name }}
@if($p >= 100) ✓ @endif{{ $course->teacher->name }}
@endif@extends('student.layouts.app') @section('title', app()->getLocale() === 'ar' ? 'مقرراتي' : 'My Courses') @section('content') @php $isArabic = app()->getLocale() === 'ar'; @endphp
{{ $isArabic ? 'المقررات الدراسية' : 'Academic Courses' }}
{{ $isArabic ? 'كل مقرراتك في مكان واحد مع وصول مباشر للمواد والاختبارات والمهام.' : 'All your courses in one place with direct access to materials, quizzes, and assignments.' }}
{{ $isArabic ? 'المقررات' : 'Courses' }}
{{ $courses->count() }}
{{ $isArabic ? 'مكتملة' : 'Completed' }}
{{ $completed }}
{{ $isArabic ? 'لم يتم ربط أي مقررات بحسابك حتى الآن.' : 'No courses are currently linked to your account.' }}
{{ $course->teacher->name }}
@endif