logs() ->with('author') ->orderBy('created_at', 'desc') ->paginate(15); return view('people.auditlogs.index') ->withContact($contact) ->withLogsCollection(AuditLogHelper::getCollectionOfAudits($logs)) ->withLogsPagination($logs); } }