@extends('admin.layout') @section('subtitle') {{ $pageName }} Administration @stop @section('content')

{{ $pageName }} Administration

@foreach ($games as $game) @endforeach @foreach($submissionsPerDay as $day => $submission) @foreach ($games as $game) @endforeach @endforeach
Date {{ $game }} Total
{{ $day }} @if(isset($submission[$game])) {{ $submission[$game] }} @else 0 @endif {{ $total }}
@stop @section('page-scripts') @stop