Choose your desired courses

The world's largest selection of courses

@foreach ($course_category as $index => $data)
@foreach ($data['course'] as $course)
Card image cap
@if ($course->bestseller == 'yes') Bestseller @elseif($course->featured == 'yes') Featured @else HighestRated @endif
-{{ round((($course->selling_price - $course->discount_price) / $course->selling_price) * 100) }}%
All Levels
{{ \Illuminate\Support\Str::limit($course->course_name, 50) }}

{{ $course['user']['name'] }}

4.4
(20,230)

${{ $course->discount_price }} {{ $course->selling_price }}