@props(['course'])

{{ Str::limit($course->title, 30, '...') }}

Profr: {{ $course->teacher->name }}

({{ $course->students_count }})

Más información