title = $model->chapter_name; $this->params['breadcrumbs'][] = ['label' => '书', 'url' => ['index']]; $this->params['breadcrumbs'][] = Html::encode($model->chapter_name); ?> beginContent(__DIR__ . '/_layout.php', ['model' => $model]) ?> render('_form_chapter', ['model' => $model]) ?> endContent() ?>