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