@php
$actionRoute = route('play.course', [
'slug' => $quiz?->topic?->chapter?->course?->slug,
'topic_id' => $quiz?->topic?->id ?? null,
'type' => $type,
'chapter_id' => $quiz?->topic?->chapter?->id ?? null,
]);
@endphp
{{ translate('Course Video') }}