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