Voltar

Histórico Completo

{{ $modelName }} #{{ $modelId }}

Total de versões: {{ count($histories) }}

@foreach ($histories as $history)
{{ $history->version_number }}
@if (!$loop->last)
@endif

Versão {{ $history->version_number }} {{ ucfirst($history->action) }}

{{ $history->created_at->format('d/m/Y H:i:s') }}
{{ substr($history->user?->name ?? 'N', 0, 1) }}
{{ $history->user?->name ?? 'Usuário Deletado' }} ({{ $history->user?->email ?? '' }})
@if ($history->change_description)

{{ $history->change_description }}

@endif

{{ $history->created_at->diffForHumans() }}

Ver detalhes @if (!$loop->first) Comparar com anterior @endif
@endforeach