title = $model->name; $this->params['breadcrumbs'][] = ['label' => Yii::t('app', 'Services'), 'url' => ['index']]; $this->params['breadcrumbs'][] = $this->title; ?>

title) ?>

$model->service_id], ['class' => 'btn btn-primary']) ?> $model->service_id], [ 'class' => 'btn btn-danger', 'data' => [ 'confirm' => Yii::t('app', 'Are you sure you want to delete this item?'), 'method' => 'post', ], ]) ?>

$model, 'attributes' => [ 'service_id', 'name', 'alias', [ 'format' => 'image', 'attribute'=>'image', ], 'meta_title', 'description', 'h1', 'seo_text:ntext', 'created_at', 'updated_at', ], ]) ?>