@extends('dashboard.layouts.master') @section('css') @endsection @section('breadcrumb')
| {{ trans('labels.student_id') }} | {{ $user->student_id }} |
|---|---|
| {{ trans('labels.student_name') }} | {{ $user->name }} |
| {{ trans('labels.phone') }} | {{ $user->phone }} |
| رقم ولي المر | {{ $user->parent_phone }} |
| الصف الدراسي | {{ $user->educationalLevelLabel() }} |
| القسم | {{ $user->department }} |
| النوع | {{ $user->gender }} |
| المحاضرة | تاريخ الطلب | تاريخ الانتهاء | التقدم |
| @if($lectureStudent->contents()->count() > 0) @endif {{ $lectureStudent->lecture->title }} | {{ $lectureStudent->created_at }} | {{ $lectureStudent->expired_at }} | {{ $lectureStudent->progress }}% |
| اسم الحصة | المجموعة | الحضور | الدرجة | التعويض |