0 ? app(SystemAuditService::class)->find($auditId) : null; if (!$auditLog) { Flash::error(t('System audit entry not found'), 'admin/system-audit', 'system_audit_not_found'); Router::redirect('admin/system-audit'); } Buffer::set('title', t('View system audit entry'));