<?php/* @var $this yii\web\View */$this->title = 'Dashboard';$this->params['subtitle'] = 'Control panel';$this->params['breadcrumbs'][] = $this->title;?>
<?php
/* @var $this yii\web\View */
$this->title = 'Dashboard';
$this->params['subtitle'] = 'Control panel';
$this->params['breadcrumbs'][] = $this->title;
?>