@extends('admin.layout') @section('title', 'Dashboard') @section('content')
Overview of your award voting system
Total Votes
{{ number_format($stats['total_revenue']) }}
Total Revenue
GHS{{ number_format($stats['total_revenue'], 2) }}
Categories
{{ number_format($stats['total_categories']) }}
Nominees
{{ number_format($stats['total_nominees']) }}
| Nominee | Category | Amount | Date |
|---|---|---|---|
| {{ $vote->nominee->name ?? 'N/A' }} | {{ $vote->category->name ?? 'N/A' }} | GHS{{ number_format($vote->amount, 2) }} | {{ $vote->created_at->format('M d, H:i') }} |
| No votes yet | |||