Beranda Bab {{ $currentChapter->chapter_number }}
Materi Pembelajaran

Bab {{ $currentChapter->chapter_number }}: {{ $currentChapter->title }}

@if($currentChapter->media->count() > 0) @foreach($currentChapter->media as $media) @if($media->type == 'video')
@if($media->caption)

{{ $media->caption }}

@endif
@elseif($media->type == 'embed')
@if($media->caption)

{{ $media->caption }}

@endif
@endif @endforeach @endif
{!! $currentChapter->content !!}