إضافة، بحث، تبديل الدور، ومسح الجلسة بسرعة.
رقم الطالب/الممثل يربط مع allowed_students، ورقم المقرر يربط مع allowed_department_coordinators.
ابحث بالاسم أو الهاتف أو الكلية أو القسم أو الدور.
تفاصيل، تبديل الدور، مسح الجلسة، والحذف.
| الحساب | الهاتف | الدور | الموقع الدراسي | الجلسة | الإجراءات |
|---|---|---|---|---|---|
|
{{ $student->username }}
#{{ $student->id }} | {{ optional($student->created_at)->format('Y-m-d H:i') }}
|
{{ $student->linked_phone ?? 'غير مربوط' }} | {{ $student->role }} |
{{ $student->college ?? '-' }}
{{ $student->department ?? '-' }} / {{ $student->stage ?? '-' }} / {{ $student->section ?? '-' }}
|
@if ($student->fcm_token || ($student->active_device_id ?? null))
موجودة
@if ($student->fcm_token)
FCM
@endif
@if ($student->fcm_token && ($student->active_device_id ?? null))
|
@endif
@if ($student->active_device_id ?? null)
Device ID
@endif
@else
فارغة
@endif
|
تفاصيل
@if (in_array($student->role, ['طالب', 'ممثل'], true))
@endif
|
| لا توجد حسابات مطابقة للبحث الحالي. | |||||