11 lines
141 B
PHP
11 lines
141 B
PHP
<?php
|
|
|
|
use common\components\AccountStatisticWidget;
|
|
?>
|
|
<?php
|
|
|
|
echo AccountStatisticWidget::widget([
|
|
'totals' => $model->totals
|
|
]);
|
|
|
|
?>
|