| Current Path : /var/www/html/kpwkm/backend/modules/api/views/api/ |
| Current File : /var/www/html/kpwkm/backend/modules/api/views/api/update.php |
<?php
use yii\helpers\Html;
/* @var $this yii\web\View */
/* @var $model backend\modules\api\models\Api */
$this->title = Yii::t('app', 'Update API');
$this->params['breadcrumbs'][] = ['label' => Yii::t('app', 'API'), 'url' => ['index']];
$this->params['breadcrumbs'][] = $this->title;
?>
<div class="api-update">
<?= $this->render('_form', [
'model' => $model,
]) ?>
</div>