@forelse($courses as $course)
img
{{ Str::limit($course->title, 15) }}

{{ Str::limit($course->description, 21) }}

@empty
{{ __('Empty Course') }}
@endforelse