log genral
This commit is contained in:
@@ -32,7 +32,7 @@
|
|||||||
</x-slot>
|
</x-slot>
|
||||||
<x-slot name="tbody">
|
<x-slot name="tbody">
|
||||||
@foreach ($logs as $log)
|
@foreach ($logs as $log)
|
||||||
<tr class="border-gray-200 text-left w-full pl-4 hover:bg-gray-200 hover:ring-gray-500">
|
<tr class="border-gray-200 text-left w-full pl-4 hover:bg-gray-200 hover:ring-gray-500 select-text">
|
||||||
<td class="pl-2">{{ $log->user->name ?? '' }}</td>
|
<td class="pl-2">{{ $log->user->name ?? '' }}</td>
|
||||||
<td class="pl-2">{{ $log->detalle ?? '' }}</td>
|
<td class="pl-2">{{ $log->detalle ?? '' }}</td>
|
||||||
<td class="pl-2">{{ $log->created_at->format('d M Y h:i A') ?? '' }}</td>
|
<td class="pl-2">{{ $log->created_at->format('d M Y h:i A') ?? '' }}</td>
|
||||||
|
|||||||
Reference in New Issue
Block a user