@extends('dashboard.layouts.master') @section('css') @endsection @section('breadcrumb')
عدد متابعة اليوم: {{auth()->user()->followupCount() ?? 0}}
| المحاضرة | تاريخ الطلب | تاريخ الانتهاء | التقدم |
| @if($lectureStudent->contents()->count() > 0) @endif {{ $lectureStudent->lecture->title }} | {{ $lectureStudent->created_at }} | {{ $lectureStudent->expired_at }} | {{ $lectureStudent->studentProgressPercentage() }}% |
| {{ trans('labels.started_at') }} | الوقت | {{ trans('labels.content') }} | {{ trans('labels.type') }} | {{ trans('labels.status') }} | الدرجة |
|---|---|---|---|---|---|
| {{ date('Y-m-d', strtotime($lectureContent->created_at)) }} | {{ date('H:i', strtotime($lectureContent->created_at)) }} |
@if ($lectureContent->content->type == 'exam')
@if ($lectureContent->form)
{{ ' (' . $lectureContent->form->title . ')' }}
@else
{{ $lectureContent->content->model->title }}
@endif
@else
|
{{ trans('labels.' . $lectureContent->content->type) }} | {{ $lectureContent->status ? trans('labels.done') : trans('labels.pending') }} | @if ($lectureContent->status) @if ($lectureContent->content->type == 'exam') {{ $lectureContent->need_review == 1 ? "جاري التصحيح" : $lectureContent->examResultLabelParent() }} @else {{ trans('labels.passed') }} @endif @else {{ trans('labels.not_start_yet') }} @endif |
| اسم الحصة | المجموعة | الحضور | الدرجة | التعويض |