Global Survey Repository & Audit

Audit active research projects, response limits, and platform-wide reward pools.

@if (session('status'))
{{ session('status') }}
@endif

Total Projects

{{ number_format($totalSurveys) }}

Active & Recruiting

{{ number_format($activeSurveys) }}

Allocated Reward Pool

{{ number_format($totalRewardPool) }} pts

Responses Collected

{{ number_format($totalResponsesCollected) }}

@if(request()->hasAny(['search', 'status'])) Clear Filters @endif
@forelse ($surveys as $survey) @php $progress = $survey->target_responses > 0 ? min(100, round(($survey->completed_responses / $survey->target_responses) * 100)) : 0; @endphp @empty @endforelse
Research Project Researcher Response Quota Reward Allocations Status Audit Action

{{ $survey->title }}

ID: #{{ $survey->id }} • Created {{ $survey->created_at->format('M d, Y') }}

{{ $survey->user->name ?? 'System' }}

{{ $survey->user->email ?? 'N/A' }}

{{ $survey->completed_responses }} / {{ $survey->target_responses }} {{ $progress }}%

{{ number_format($survey->points_per_response) }} pts / entry

Pool: {{ number_format($survey->reward_pool_points) }} pts

@if($survey->status === 'active') Active @elseif($survey->status === 'paused') Paused @elseif($survey->status === 'flag_locked') Flagged / Locked @else Completed @endif
@csrf @method('PATCH')
No research projects match the audit parameters.
@if($surveys->hasPages())
{{ $surveys->links() }}
@endif