Update show-log-historial.blade.php

This commit is contained in:
Lizandro Guarnizo
2024-06-17 20:44:26 -05:00
parent 6f3d662e6d
commit ce0427f810
@@ -47,7 +47,7 @@
<tr class="border-gray-200 text-left w-full pl-4 hover:bg-gray-200 hover:ring-gray-500">
<td class="pl-2">{{ $log->user->name ?? '' }}</td>
<td class="pl-2">{{ $log->detalle ?? '' }}</td>
<td class="pl-2">{{ $log->created_at->format('d M Y h:m a') ?? '' }}</td>
<td class="pl-2">{{ $log->created_at->format('d M Y h:i A') ?? '' }}</td>
</tr>
@endforeach
</x-slot>