@foreach($data['myLectures'] as $lectureStudent)
{{trans('labels.title')}} {{trans('labels.subscription_fees')}} {{trans('labels.expired_at')}} {{trans('labels.progress')}} {{trans('labels.action')}}
{{$lecture->title}} {{$lecture->getStudentFees($data['student']->id)}} {{date('Y-m-d',strtotime($lecture->lectureExpiredAt($data['student']->id)))}} {!! $data['student']->lectureProgress($lecture->id) !!}