<?php use yii\helpers\Html; /* @var $this yii\web\View */ /* @var $searchModel app\models\ContactSearch */ /* @var $dataProvider yii\data\ActiveDataProvider */ $this->title = 'Админка'; $this->params['breadcrumbs'][] = ['label' => 'Админка', 'url' => ['/admin']]; $this->params['breadcrumbs'][] = $this->title; ?> <div class="admin-default-index"> <h1><?= Html::encode($this->title) ?></h1> <statistic></statistic> </div>