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

المشتركين في المحاضرة

@can('lectures-create') @endcan
@endsection @section('content')
{!!$studentSubscriptions->withQueryString()->links('pagination::bootstrap-4')!!}
@foreach($studentSubscriptions as $lectureStudent) @if($lecture) {{----}} @endif @endforeach
# {{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()}}
@include('dashboard.pages.student-management.partials.add-action-modal') @endsection @section('script') @endsection