title = 'Отпуск №' . $model->id; $this->params['breadcrumbs'][] = ['label' => 'Список отпусков', 'url' => ['index']]; $this->params['breadcrumbs'][] = $this->title; ?>

'btn btn-primary']) ?> $model->id], ['class' => 'btn btn-primary']) ?> $model->id], [ 'class' => 'btn btn-danger', 'data' => [ 'confirm' => 'Are you sure you want to delete this item?', 'method' => 'post', ], ]) ?>

$model, 'attributes' => [ [ 'label' => 'ФИО', 'value' => function ($model) { return $model->users->fio; }, ], 'dt_start', 'dt_end' ], ]) ?>

История изменений

$changeDataProvider, 'columns' => [ 'label', 'old_value', 'new_value', 'created_at', ], ]); ?>