fecha de mantenimiento

This commit is contained in:
Felipe
2024-04-30 11:14:18 -05:00
parent 5a43dbd3d4
commit c3b9eb3d26
@@ -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">