User not found!
@endif @if(isset($coursesInfo) && count($coursesInfo) > 0)Course Image | Name | Progress | Status | Start Date | Expiration time |
---|---|---|---|---|---|
|
{{ $course->CourseName }} | {{ $course->ProgressPercentage }}% | {{ $course->Status }} | {{ \Carbon\Carbon::parse($course->StartDate)->toFormattedDateString() }} | {{ $course->ExpiredDate ? \Carbon\Carbon::parse($course->ExpiredDate)->toFormattedDateString() : 'No expiration date' }} |
No courses found!
@endif