| Current Path : /var/www/html/dosmv2/backend/views/content-indicator/ |
| Current File : /var/www/html/dosmv2/backend/views/content-indicator/update.php |
<?php
use yii\helpers\Html;
/* @var $this yii\web\View */
/* @var $model backend\modules\contentPhoto\models\ContentPhotoGallery */
$this->title = Yii::t('app', 'Update Statistics');
$this->params['breadcrumbs'][] = ['label' => Yii::t('app', 'Statistics'), 'url' => ['index']];
$this->params['breadcrumbs'][] = $this->title;
?>
<div class="content-photo-gallery-update">
<?=
$this->render('_form', [
'model' => $model,
])
?>
</div>