Файл: templates/doc/stat.tpl
Строк: 62
<? $this->layout('app', ['title' => 'Статистика
сервиса']) ?>
<? $this->start('container') ?>
<section class="pt-120 pb-90 light-bg
default-bg">
<div class="container">
<div class="row justify-content-center">
<div class="col-xl-6 col-lg-8">
<!-- Start Section Title -->
<div
class="section-title text-center"
data-animate="fadeInUp">
<h1>Статистика сервиса</h1>
</div>
<!-- End of
Section Title -->
</div>
</div>
<div class="row
justify-content-center">
<div class="col-lg-4 col-sm-12">
<!-- Start Single reason -->
<div
class="single-reason bg-white text-center mb-30"
data-animate="fadeInUp" data-delay=".5">
<i class="fa fa-university"
aria-hidden="true"></i>
<h3
class="h5">Магазинов
подключено</h3>
<span><?=$allShop;?></span>
</div>
<!-- End of Single reason -->
</div>
<div class="col-lg-4
col-sm-12">
<!-- Start Single reason
-->
<div class="single-reason bg-white
text-center mb-30" data-animate="fadeInUp"
data-delay=".6">
<i class="fa
fa-rub fa-3x" aria-hidden="true"></i>
<h3 class="h5">Оборот за
месяц</h3>
<span><?=$month['sum'];?></span>
</div>
<!-- End of Single reason -->
</div>
<div class="col-lg-4
col-sm-12">
<!-- Start Single reason
-->
<div class="single-reason bg-white
text-center mb-30" data-animate="fadeInUp"
data-delay=".7">
<i class="fa
fa-user" aria-hidden="true"></i>
<h3 class="h5">Пользователей в
системе</h3>
<span><?=$moneyUs;?></span>
</div>
<!-- End of Single reason -->
</div>
</div>
</div>
</section>
<? $this->stop()
?>