Your IP : 216.73.216.79


Current Path : /var/www/html/dosmv2/backend/views/content-indicator/
Upload File :
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>