@php if (! $course) { return; } $translations = $translations ?? []; @endphp

{{ translate('Course Overview') }}

{!! clean($translations['description'] ?? $course->description ?? '') !!}