From 5857f634d83626923010c945e466273acdb5be47 Mon Sep 17 00:00:00 2001 From: Felipe Date: Wed, 26 Jun 2024 13:43:16 -0500 Subject: [PATCH] texto seleccionable --- 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 fd020ac..7b51591 100644 --- a/resources/views/livewire/show-log-historial.blade.php +++ b/resources/views/livewire/show-log-historial.blade.php @@ -44,7 +44,7 @@ @foreach ($logs as $log) - + {{ $log->user->name ?? '' }} {{ $log->detalle ?? '' }} {{ $log->created_at->format('d M Y h:i A') ?? '' }}