@extends('admin.layout') @section('title', 'Analytics') @section('content')
Track voting performance and revenue
| # | Nominee | Category | Votes |
|---|---|---|---|
| {{ $index + 1 }} |
@if($nominee->photo)
|
{{ $nominee->category->name ?? 'N/A' }} | {{ $nominee->votes_count ?? 0 }} |
| No data available | |||