- users active is recorded when users logges in - add active broker and active customer multi axis line chart - add filter option of 30 days and 7 days
5 lines
166 B
PHP
5 lines
166 B
PHP
<section class="grid md:grid-cols-3 gap-4 md:gap-8 wrapper ">
|
|
<x-dashboard.admin.active-users-chart/>
|
|
<x-dashboard.admin.category-wise-deals-pie/>
|
|
</section>
|