@extends('dashboard.layouts.master') @section('css') @endsection @section('breadcrumb')
| # | {{trans('labels.name')}} | {{trans('labels.phone')}} | {{trans('labels.subscription_fees')}} | المحافظة | تاريخ التفعيل | {{trans('labels.expired_at')}} | {{trans('labels.status')}} | {{trans('labels.type')}} | اسم السنتر | حضور اخر حصة |
|---|---|---|---|---|---|---|---|---|---|---|
| {{$student->student_id}} | {{$student->name}} | {{$student->phone}} | {{$lecture->getStudentFees($student->id)}} | {{$student->government->name}} | {{$lectureStudent->created_at}} | {{$lectureStudent->expired_at}} | {{$lecture->lectureStatus($student->id) ? 'live' : 'expired'}} | {{-- --}}{{$student->type}} | {{$student->group->name ?? ""}} | {{$student->latestGroup()}} |