@if(isset($currentChapter) && $currentChapter->content)
{!! nl2br(e($currentChapter->content)) !!}
@else
{{-- Fallback jika isi buku diletakkan langsung di tabel books --}}
{!! nl2br(e($book->description ?? $book->content ?? 'Konten materi belum diunggah atau masih kosong.')) !!}
@endif