@extends('layout') @section('subtitle') Game Loadouts Stats @stop @section('description') View the stats we have collected on all the game loadout submissions. @stop @section('content')

Website Stats Stats are cached hourly.

Loadout Stats

@foreach($submissionsPerGame as $submissions) @endforeach
Game Loadout Votes Unique Loadouts
{{ $submissions -> game }} {{ $submissions -> votes }} {{ $submissions -> loadouts }}

Votes Per Day

@foreach ($gamesVotes as $game => $votes) {{ $game }} @endforeach

@stop @section('scripts') @stop