Logs MySQL

Consulta de alterações registradas no servidor de logs (fusca). @if ($cliente) Cliente: {{ $cliente }} @endif

{{ count($logs) }} registro(s)
@if ($error) @endif
@forelse ($logs as $log) @php $oldData = data_get($log, 'old_data'); $newData = data_get($log, 'new_data'); $logId = data_get($log, 'id'); @endphp @empty @endforelse
ID Op. Autor IP Dados anteriores Dados novos Data
{{ $logId }} @php $operation = data_get($log, 'operation', '-') @endphp {{ $operation }} {{ data_get($log, 'author', '-') }} {{ data_get($log, 'ip', '-') }} @if (!empty($oldData)) @else - @endif @if (!empty($newData)) @else - @endif {{ data_get($log, 'created_at') }}
@if ($loading) Carregando logs... @else Nenhum log encontrado para os filtros informados. @endif