@extends('layouts.app') @section('title', 'Performance Arena') @push('styles') @endpush @section('content') @php $actionsHtml = '
'; @endphp @include('components.page-header', [ 'title' => 'Workforce Performance Arena', 'description' => 'Celebrating excellence and high-performance engineering through audited gamification metrics.', 'breadcrumbs' => ['Home' => route('admin.dashboard'), 'Leaderboard' => '#'], 'actions' => $actionsHtml ])The Champion\'s Podium is currently vacant for this period
| Rank | Engineer Identity | Intelligence Points | Performance Rating | Audited Status |
|---|---|---|---|---|
|
{{ $row->rank_position }}
|
{{ substr($row->user?->name ?? 'U', 0, 1) }}
{{ $row->user?->name }}
|
{{ number_format($row->total_points) }} PTS
|
|
@if($row->employee_of_month) TOP PERFORMER @else QUALIFIED @endif |
|
No arena data discovered for this cycle |
||||