empty.php 169 Bytes
<?php
/**
 * @var View $this
 */
use yii\web\View;

$this->title = 'Акции';
$this->params['breadcrumbs'][] = $this->title;

echo "Товары не найдены";