{{-- Renders one content block. Expects $block (CourseContentBlock). --}} @php $d = $block->data ?? []; @endphp @switch($block->type) @case('paragraph')
{{ data_get($d, 'title') }}
@endif @if($isYt)Video not available
{{ data_get($d, 'text') }}
{{ data_get($item, 'body') }}
@endif{{ data_get($d, 'front') }}
Click to flip
{{ data_get($d, 'back') }}
{{ data_get($d, 'question') }}