{{ __('Every create, edit, delete, and CSV import across parts, suppliers, mechanics, stock movements, and trips.') }}
{{ __('No matching audit entries.') }}
| {{ __('When') }} | {{ __('User') }} | {{ __('Action') }} | {{ __('Type') }} | {{ __('Record') }} | |
|---|---|---|---|---|---|
| {{ $log->created_at->format('M j, Y g:ia') }} | {{ $log->user?->name ?: __('System') }} | {{ $log->actionLabel() }} | {{ $log->auditableType() }} | {{ $log->subjectLabel() }} | @if ($log->payload) @endif |
{{ $log->note }} @endif |
|||||