Update show-log-general.blade.php
This commit is contained in:
@@ -35,7 +35,8 @@
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user