@extends('layout') @section('subtitle') Game Loadouts @stop @section('description') Game Loadouts contains Titanfall, Battlefield 4 (BF4), and Call of Duty Ghosts (COD Ghosts) loadouts for which you can find the best way to outfit your favorite weapons. @stop @section('sub-header')

Enter a weapon to find loadouts

{{ Form::open(array('action' => 'WeaponController@parseSearch', 'id' => 'searchForm')) }}
{{ Form::close() }}
@stop @section('content') @if(HelperController::adsEnabled())
@endif

What is Game Loadouts?

Game Loadouts is a portal for finding the best ways to outfit your weapons in your favorite video games.

This website comes in handy when you need to complete challenges with various weapons and need to know the best attachment combination for that weapon.

It is also great for fine-tuning your favorite gun to help improve your gameplay. This will save you rounds of trial and error to find the best loadout.

@if(Auth::guest() || Auth::user() -> role == 'Guest')

Login

{{ Form::open(array('action' => 'UserController@login', 'id' => 'logInForm', 'class' => 'form-horizontal')) }}
{{ Form::text('emailOrUsername', '', array('class' => 'form-control input-lg', 'placeholder' => 'Username or Email', 'required' => '')) }}
{{ Form::password('password', array('class' => 'form-control input-lg', 'placeholder' => 'Password', 'required' => '')) }}
Forgot Password
{{ Form::close() }}

Don't have an account?

You can register for free.

@else

Hello {{ Auth::user() -> username }}

@if($recentLoadout)