revised approve system and some minor fixes

This commit is contained in:
Jagad R R
2025-01-02 17:59:33 +07:00
parent ff004299c1
commit 8255a530af
21 changed files with 422 additions and 31 deletions
@@ -42,7 +42,8 @@
<th width="15%">{{ __('Activity') }}</th>
<th width="5%">Browser</th>
<th width="15%">User Agent</th>
<th width="5%">Time</th>
<th width="5%">Tanggal</th>
<th width="5%">Waktu</th>
</tr>
</thead>
<tbody>
@@ -70,6 +71,7 @@
<td>{{ $item->activity }}</td>
<td>{{ $item->browser }}</td>
<td>{{ $item->user_agent }}</td>
<td>{{ $item->created_at }}</td>
<td>{{ $item->created_at->diffForHumans() }}</td>
</tr>
@endforeach
@@ -93,7 +95,8 @@
dom: 'Bfrtip',
buttons: [
'excel', 'pdf', 'print'
]
],
order: [[6, 'desc']]
});
}
});