| Current Path : /var/www/html/sprm/backend/views/report-graph/ |
| Current File : /var/www/html/sprm/backend/views/report-graph/create.php |
<?php
use yii\helpers\Html;
/* @var $this yii\web\View */
/* @var $model backend\models\ReportGraph */
$this->title = 'Create Report Graph';
$this->params['breadcrumbs'][] = ['label' => 'Report Graphs', 'url' => ['index']];
$this->params['breadcrumbs'][] = $this->title;
?>
<div class="report-graph-create">
<?= $this->render('_form', [
'model' => $model,
]) ?>
</div>