show.php
Book Detail View — scaffold only.
Carries the book ID and nothing else. The bookDetail Alpine component
fetches the book and its chapters from GET /api/v1/books/{id} and
GET /api/v1/books/{id}/chapters.
Variables expected:
- $bookId: int - The book being shown
PHP version 8.1