diff --git a/resources/views/livewire/show-mantenimiento.blade.php b/resources/views/livewire/show-mantenimiento.blade.php index e93c8d8..e2cb28c 100644 --- a/resources/views/livewire/show-mantenimiento.blade.php +++ b/resources/views/livewire/show-mantenimiento.blade.php @@ -42,6 +42,7 @@ id Estado Cuenta + Fecha @@ -60,10 +61,10 @@ - {{ $historial->cuenta->password ?? 'No disponible' }} - - + + {{ $historial->created_at->format('d-m-Y') ?? '' }} + - @endforeach