My Courses

@if($courses->count() > 0)
@foreach($courses as $course)
@if($course->thumbnail) {{ $course->title }} @else
@endif

{{ $course->title }}

Amrit Internship | IT-ITeS

Language: English
Duration: {{ $course->duration ?? 'Self-paced' }}
Rating: 5.0
Credit: None
Apply Now
@endforeach
@else

No courses found.

@endif