@extends('layouts.public')
@section('title', 'Leaderboard — CashBaba Feedback Hub')
@push('styles')
@endpush
@section('content')
{{-- Hero --}}
Recognising the CashBaba team members who are making the most impact by
collecting and submitting quality feedback this cycle.
Top Feedback Contributors
| # | Employee | Department | Points | Submissions |
|---|---|---|---|---|
|
@if($i === 0) 🥇
@elseif($i === 1) 🥈
@elseif($i === 2) 🥉
@else {{ $i + 1 }}
@endif
|
{{ strtoupper(substr($user->name, 0, 1)) }}
{{ $user->name }}
@if($i < 10)
Top 10
@endif
{{ $user->employee_id ?? '—' }}
|
{{ $user->department ?? '—' }} | {{ $user->total_points }} | {{ $user->survey_responses_count }} |
No submissions yet for this cycle. Be the first to contribute!
@auth Start Giving Feedback @endauth