@extends('layouts.public') @section('title', 'CashBaba Feedback Hub') @push('styles') @endpush @section('content') {{-- Active Cycle Banner --}} @if($activeCycle)
  Active Reward Cycle: {{ $activeCycle->name }} — {{ $activeCycle->start_date->format('d M') }} to {{ $activeCycle->end_date->format('d M Y') }} — View Leaderboard →
@endif
Live Feedback Campaign

Your feedback. We Learn. You Earn.

Help us build the future of CashBaba by sharing real insights from real people. Six projects. One mission. Your voice matters.

Feedback Collected
1,240+
CEO Choice Awards
12 Given
Active Contributors
86 Employees
WIN EVERY
15 DAYS
6
Active Projects
10
Questions / Survey
15
Day Reward Cycle
20
Max Points / Entry
8
Award Categories
  6 Projects

Choose a Project & Start Collecting

Each project targets a specific segment. Pick the one that matches your respondent and collect meaningful insights.

@php $colors = [ 'circle' => ['color'=>'#2563eb','bg'=>'#eff6ff'], 'z' => ['color'=>'#7c3aed','bg'=>'#f5f3ff'], 'kk' => ['color'=>'#ea580c','bg'=>'#fff7ed'], 'mukti' => ['color'=>'#dc2626','bg'=>'#fef2f2'], 'treats' => ['color'=>'#d97706','bg'=>'#fffbeb'], 'alokjatra' => ['color'=>'#0d9488','bg'=>'#f0fdfa'], ]; @endphp @foreach($projects as $project) @php $c = $colors[$project->slug] ?? ['color'=>'#00a651','bg'=>'#e6f7ef']; if (auth()->check()) { $cardHref = route('survey.start', $project->slug); $ctaLabel = 'Collect Feedback'; } elseif ($project->public_feedback_enabled) { $cardHref = route('public.feedback.project', $project->slug); $ctaLabel = 'Give Feedback'; } else { $cardHref = route('login'); $ctaLabel = 'Sign In to Participate'; } $publicUrl = route('public.feedback.project', $project->slug); $qrApiUrl = 'https://api.qrserver.com/v1/create-qr-code/?size=130x130&data=' . urlencode($publicUrl); @endphp {{-- Card is a
with onclick so interactive children (QR button) are valid HTML --}}
{{ $project->respondentTypes->count() }} respondent types

{{ $project->name }}

{{ $project->tagline }}

@foreach(array_slice($project->target_audience ?? [], 0, 4) as $aud) {{ $aud }} @endforeach @if(count($project->target_audience ?? []) > 4) +{{ count($project->target_audience) - 4 }} more @endif
@endforeach
  Participate & Win

Every Feedback Matters.
Earn Recognition.

Top contributors are recognized every 15 days. The more valuable your feedback, the more points you earn.

Most Feedback Collected

The employee who submits the most surveys in the cycle.

Top Contributor

Best Actionable Idea

The most implementable idea submitted during the cycle.

+10 Points

CEO Choice Award

Personally selected by the CEO for outstanding insight quality.

+20 Points

Team Champion Award

The department with the highest collective contribution.

Team Award
Survey Submitted = 1 point
Valuable Feedback = +5 points
Implementable Idea = +10 points
CEO Choice = +20 points
  Simple Process

How It Works

Collecting feedback is quick and easy. Follow these five simple steps to contribute and earn recognition.

1

Choose a Project

Select one of the six strategic CashBaba projects to contribute to.

2

Collect Feedback

Find a respondent matching the target audience for that project.

3

Submit Survey

Walk through 10 targeted questions and record their answers.

4

Earn Points

Points are awarded instantly. Valuable feedback earns bonus points.

5

Win Recognition

Top contributors are rewarded every 15 days in the reward cycle.

@auth Start Collecting Now @else Sign In to Start @endauth
@endsection @push('scripts') @endpush