Total Prizes

@foreach ($totalPrizes as $totalPrize) @endforeach
Prize Max Allowed Max Allowed Per Hour Total Allocated Pending
{{ $totalPrize['id'].' '.$totalPrize['name'] }} {{ $totalPrize['max_allowed_total'] }} {{ $totalPrize['max_allowed_per_hour'] }} {{ $totalPrize['total_allocated_count'] }} {{ $totalPrize['max_allowed_total'] - $totalPrize['total_allocated_count'] }}

Configuration

@foreach ($configurations as $configuration) @endforeach
Key Value
{{ $configuration['key'] == "LastPrizeDistributedId" ? "Last Prize Allocated" : "Default Prize Distribution Count" }} {{ $configuration['key'] == "LastPrizeDistributedId" ? $lastPrize : $configuration['value'] }}
Total Prize Count {{ $totalCounts['Available'] }}
Total Prize Allocated {{ $totalCounts['Allocated'] }}