@extends('layouts.app') @section('title', 'Bab ' . $currentChapter->chapter_number . ': ' . $currentChapter->title) @section('content') @include('home.partials.chapter-content') @endsection @push('styles') @endpush