{!! render_image_markup_by_attachment_id($course->image) !!}
{{amount_with_currency_symbol($course->price)}} {{amount_with_currency_symbol($course->sale_price)}}
@if(count($course->reviews) > 0)

({{count($course->reviews)}})

@endif

{{Str::words(optional($course->lang_front)->title,6,'..')}}

@if(!empty(optional($course->instructor)->id)) @endif
{!! Str::words(strip_tags(optional($course->lang_front)->description),15) !!}