From ce0427f8105135c89f6eb24c81ca5a6f22d8478b Mon Sep 17 00:00:00 2001 From: Lizandro Guarnizo <77708265+lizandrogd@users.noreply.github.com> Date: Mon, 17 Jun 2024 20:44:26 -0500 Subject: [PATCH] Update show-log-historial.blade.php --- resources/views/livewire/show-log-historial.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/livewire/show-log-historial.blade.php b/resources/views/livewire/show-log-historial.blade.php index 3bd61d2..fd020ac 100644 --- a/resources/views/livewire/show-log-historial.blade.php +++ b/resources/views/livewire/show-log-historial.blade.php @@ -47,7 +47,7 @@ {{ $log->user->name ?? '' }} {{ $log->detalle ?? '' }} - {{ $log->created_at->format('d M Y h:m a') ?? '' }} + {{ $log->created_at->format('d M Y h:i A') ?? '' }} @endforeach