| Current Path : /var/www/html/crm/views/salessummarydata/ |
| Current File : /var/www/html/crm/views/salessummarydata/create.php |
<?php
use yii\helpers\Html;
/* @var $this yii\web\View */
/* @var $model app\models\SalesSummaryData */
$this->title = 'Create Sales Summary Data';
$this->params['breadcrumbs'][] = ['label' => 'Sales Summary Datas', 'url' => ['index']];
$this->params['breadcrumbs'][] = $this->title;
?>
<div class="sales-summary-data-create">
<h1><?= Html::encode($this->title) ?></h1>
<?= $this->render('_form', [
'model' => $model,
]) ?>
</div>