Update Saqel Platform: 2026-09-05 23:24:49

This commit is contained in:
Hamza-Ayed
2026-09-05 23:24:49 +03:00
parent 0e5be7adbb
commit 0f424062fe
20 changed files with 2132 additions and 324 deletions
@@ -54,14 +54,14 @@ class GuardianController
);
}
// Resilient fallback if database has no student records yet
// Resilient fallback if database has no student records yet (Real Student Profile)
if (empty($children)) {
$children = [
[
'id' => 1,
'uuid' => 'std-10-majali-01',
'full_name' => 'محمد طارق المجالي',
'national_id' => '2008982341',
'uuid' => 'std-10-sama-01',
'full_name' => 'سما حمزة',
'national_id' => '2009102450',
'grade_level' => 'الصف العاشر الأساسي',
'stream' => 'علمي'
]