{!! SEO::generate() !!}
{{ $title ?? 'Book Details' }}
{{-- Favicon --}}
{{-- Fontawesome --}}
{{--
--}}
@yield('css') {{-- Main Style --}} {{-- Header/Navigation --}}
{{-- Logo --}}
{{ $konten->judul }}
Beli Rp{{ number_format($konten->harga, 0, ',', '.') }}
{{-- Main Content --}}
@yield('content')
{{-- End Main Content --}} {{-- Footer Section --}}
© 2025 PT. Enam Kubuku Indonesia. All rights reserved.
{{-- End Footer Section --}}
@yield('scripts')