@if($cover_image)
Cover
@endif

{{ $title }}

Buku Digital

Penulis: {{ $author }}

{{ now()->format('Y') }}

{{ $title }}

Diterbitkan oleh BCDP - Buku Digital

Platform Buku Digital Indonesia

@if($synopsis)

Sinopsis

{{ $synopsis }}

@endif

Daftar Isi

@foreach($chapters as $chapter)

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

@endforeach
@foreach($chapters as $chapter)

Bab {{ $chapter->chapter_number }}

{{ $chapter->title }}

{!! nl2br(e($chapter->content)) !!}
@foreach($chapter->media as $media) @if($media->type == 'image' && $media->file_path)
{{ $media->caption }} @if($media->caption)
{{ $media->caption }}
@endif
@endif @endforeach
@endforeach @if($book->bibliography)

Daftar Pustaka

{!! nl2br(e($book->bibliography)) !!}
@endif @if($book->about_author)

Tentang Penulis

{!! nl2br(e($book->about_author)) !!}
@endif