change date format on report history

This commit is contained in:
Vckynando12 2025-03-03 19:04:41 +07:00
parent b2923e84a9
commit 897745f322
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@
@foreach($paginatedReports as $key => $report)
<tr>
<td>{{ $paginatedReports->firstItem() + $key }}</td>
<td>{{ date('d-m-Y H:i:s', strtotime($report['timestamp'])) }}</td>
<td>{{ date('d/m/Y H:i', strtotime($report['timestamp'])) }}</td>
<td>
@if($loop->first)
Gerakan