@foreach ($course_category as $index => $data)
@foreach ($data['course'] as $course)
@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
{{ $course['user']['name'] }}
${{ $course->discount_price }} {{ $course->selling_price }}