@if($course->badge)
{{ $course->badge }}
@endif
{{ $course->short_title ?: $course->title }}
@if($course->intro){{ \Illuminate\Support\Str::limit(strip_tags($course->intro), 120) }}
@endif