Your IP : 216.73.216.79


Current Path : /var/www/html/ebookingdbkl/backend/modules/refdynawebv2/views/ref/
Upload File :
Current File : /var/www/html/ebookingdbkl/backend/modules/refdynawebv2/views/ref/create.php

<?php

use yii\helpers\Html;


/* @var $this yii\web\View */
/* @var $model backend\models\Ref */

$this->title = Yii::t('app', 'Create') . ' ' . Yii::t('app', 'Category'); 
$this->params['breadcrumbs'][] = ['label' => Yii::t('app', 'Reference'), 'url' => ['index']];
$this->params['breadcrumbs'][] = $this->title;
?>
<div class="ref-create">

    <?= $this->render('_form', [
        'model' => $model,
        'title' => $this->title,
    ]) ?>

</div>