@extends('layout')
@section('subtitle')
Games
@stop
@section('description')
Find the best weapon loadouts for {{ HelperController::listToString($games, 'id') }}.
@stop
@section('content')
@if(HelperController::adsEnabled())
@else
@endif
Games
@for($i = 0; $i < 2; $i++)
@foreach(GameController::recentGames() as $game)
@if($game -> live == 1)
@if($counter++ % 2 == 0)