{{ $course->title }}
Назад
@if($course->image)
@endif
Описание
{{ $course->description ?? '—' }}
@if($course->objectives)Цели обучения
{{ $course->objectives }}
@endifИнформация
@if($course->category)
Категория: {{ $course->category->name }}
@endif
Тестов: {{ $course->tests->count() }}
Тесты
@foreach($course->tests as $test)
@endforeach