@if($c['preview_image'] !== NULL && $c['preview_image'] !== '')
@else
@endif
@if(Auth::check())
@php
$wish = App\Wishlist::where('user_id', Auth::User()->id)->where('course_id', $c->id)->first();
@endphp
@if ($wish == NULL)
-
@else
-
@endif
@else
@endif
@if($c['level_tags'] == 'trending')
{{__('Trending')}}
@endif
@if($c['level_tags'] == 'featured')
{{__('Featured')}}
@endif
@if($c['level_tags'] == 'new')
{{__('New')}}
@endif
@if($c['level_tags'] == 'onsale')
{{__('On-sale')}}
@endif
@if($c['level_tags'] == 'bestseller')
{{__('Bestseller')}}
@endif
@if($c['level_tags'] == 'beginner')
{{__('Beginner')}}
@endif
@if($c['level_tags'] == 'intermediate')
{{__('Intermediate')}}
@endif
@if($c->user['user_img'] !== NULL && $c->user['user_img'] !== '')
@else
@endif
@if( $c->type == 1)
@else
@endif
{{ strip_tags(str_limit($c['short_detail'], $limit = 200, $end = '...')) }}
{{ __('Read More') }}