fecha de mantenimiento
This commit is contained in:
@@ -42,6 +42,7 @@
|
||||
<th class="font-normal pl-[2rem]">id</th>
|
||||
<th class="font-normal pl-[2rem]">Estado</th>
|
||||
<th class="font-normal pl-[2rem]">Cuenta</th>
|
||||
<th class="font-normal pl-[2rem]">Fecha</th>
|
||||
</tr>
|
||||
</x-slot>
|
||||
<x-slot name="tbody">
|
||||
@@ -60,10 +61,10 @@
|
||||
-
|
||||
{{ $historial->cuenta->password ?? 'No disponible' }}
|
||||
</td>
|
||||
|
||||
|
||||
<td class="pl-[2rem]">
|
||||
{{ $historial->created_at->format('d-m-Y') ?? '' }}
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@endforeach
|
||||
</x-slot>
|
||||
<x-slot name="tlink">
|
||||
|
||||
Reference in New Issue
Block a user