8 lines
280 B
Twig
Raw Normal View History

2024-08-06 18:06:00 +05:45
<div class="tile tile-primary">
<div class="tile-heading">{{ heading_title }}</div>
<div class="tile-body"><i class="fa-solid fa-users"></i>
<h2 class="float-end">{{ total }}</h2>
</div>
<div class="tile-footer"><a href="{{ online }}">{{ text_view }}</a></div>
</div>