@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) @endif @elseif(Auth::check() && Auth::user() -> role == "Admin") @if($counter++ % 2 == 0) @endif @endif @endforeach
@endfor
@if(HelperController::adsEnabled())
@endif @stop