@extends('dashboard.layouts.master') @section('css') @endsection @section('breadcrumb')

طلب متابعة

عدد متابعة اليوم: {{auth()->user()->followupCount() ?? 0}}

@endsection @section('content')

التحقيق

{!! auth()->user()->followupDetails(auth()->user()->followup_request_id) ?? "" !!}

{{ trans('labels.student_details') }}

{!! $user->statusElement() !!}
{{ 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 }}

المحاضرات

@foreach($user->paidLectures() as $lectureStudent) @foreach($lectureStudent->contents() as $content) @if($content->status) @else @endif @endforeach @endforeach
المحاضرة تاريخ الطلب تاريخ الانتهاء التقدم
@if($lectureStudent->contents()->count() > 0) @endif {{ $lectureStudent->lecture->title }} {{ $lectureStudent->created_at }} {{ $lectureStudent->expired_at }} {{ $lectureStudent->studentProgressPercentage() }}%

الامتحانات

@foreach($user->progressExams() as $lectureContent) @endforeach
{{ 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 @endif {{ 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

السنتر

@foreach($classes as $class)
اسم الحصة المجموعة الحضور الدرجة التعويض