From c3b9eb3d26cb41395b188a294042191a7ace82e2 Mon Sep 17 00:00:00 2001 From: Felipe Date: Tue, 30 Apr 2024 11:14:18 -0500 Subject: [PATCH] fecha de mantenimiento --- resources/views/livewire/show-mantenimiento.blade.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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