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