title = $model->name; $this->params['breadcrumbs'][] = ['label' => 'เมนู', 'url' => ['index']]; $this->params['breadcrumbs'][] = $this->title; \yii\web\YiiAsset::register($this); ?>

title ?>

  • แก้ไข', ['update', 'id' => $model->id], ['class' => 'btn btn-sm btn-primary']) ?>
  • ลบ', ['delete', 'id' => $model->id], [ 'class' => 'btn btn-sm btn-danger', 'data' => [ 'confirm' => 'Are you sure you want to delete this item?', 'method' => 'post', ], ]) ?>
$model, 'attributes' => [ 'id', 'menu_group_id', 'name', 'is_head', 'content_type', 'link', 'disply', 'menu_id', [ 'attribute' => 'status', 'value' => function ($model) { $arr = [0 => 'ไม่ใช้งาน', 1 => 'ใช้งาน']; return $arr[$model->status]; } ], 'created_by', 'updated_by', 'created_at', 'updated_at', ], ]) ?>