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