title = $model->id; $this->params['breadcrumbs'][] = ['label' => Yii::t('common', 'Interview Logs'), 'url' => ['index']]; $this->params['breadcrumbs'][] = $this->title; ?>
$model, 'attributes' => [ 'id', 'interview_id', 'type', 'content', 'created_at', 'updated_at', 'status', ], ]) ?>