Voltar
@foreach ($histories as $history) @endforeach
Versão Ação Usuário Descrição Data Ações
v{{ $history->version_number }} {{ ucfirst($history->action) }} {{ $history->user?->name ?? 'N/A' }} {{ Str::limit($history->change_description, 50) }} {{ $history->created_at->format('d/m/Y H:i') }} Ver @if ($loop->count > 1 && !$loop->first) Comparar @endif