@extends('admin.layout') @section('title', 'Analytics') @section('content')

Vote Analytics

Track voting performance and revenue

Votes by Category

Revenue by Category

Votes Over Time

Top 10 Nominees

@forelse($topNominees as $index => $nominee) @empty @endforelse
# Nominee Category Votes
{{ $index + 1 }}
@if($nominee->photo) @endif {{ $nominee->name }}
{{ $nominee->category->name ?? 'N/A' }} {{ $nominee->votes_count ?? 0 }}
No data available
@endsection @push('scripts') @endpush