$book,
$book->getUrl('create-chapter') => [
'text' => trans('entities.chapters_create'),
$book,
$book->getUrl('create-chapter') => [
'text' => trans('entities.chapters_create'),
<main class="content-wrap card">
<h1 class="list-heading">{{ trans('entities.chapters_create') }}</h1>
<form action="{{ $book->getUrl('/create-chapter') }}" method="POST">
<main class="content-wrap card">
<h1 class="list-heading">{{ trans('entities.chapters_create') }}</h1>
<form action="{{ $book->getUrl('/create-chapter') }}" method="POST">