added statistic cards

This commit is contained in:
Jagad R R
2025-01-01 23:59:49 +07:00
parent 1882e7a442
commit d305fa179e
9 changed files with 147 additions and 25 deletions
@@ -26,7 +26,7 @@
<section class="content">
<div class="container-fluid">
<div class="row">
<div class="col-12 mt-5">
<div class="col-12">
<div class="card">
<div class="card-body">
<h4 class="header-title float-left">{{ $pageInfo['title'] }}</h4>
@@ -42,6 +42,7 @@
<th width="15%">{{ __('Activity') }}</th>
<th width="5%">Browser</th>
<th width="15%">User Agent</th>
<th width="5%">Time</th>
</tr>
</thead>
<tbody>
@@ -69,6 +70,7 @@
<td>{{ $item->activity }}</td>
<td>{{ $item->browser }}</td>
<td>{{ $item->user_agent }}</td>
<td>{{ $item->created_at->diffForHumans() }}</td>
</tr>
@endforeach
</tbody>