@extends('admin.layout') @section('subtitle') Loadout Administration @stop @section('content')

Loadouts Administration

@foreach ($games as $game) @endforeach @foreach($games as $game) @endforeach
Date {{ $game -> name }} Total
{{ $game -> id }} {{ $game -> live }} {{ $game -> created_at }} {{ $game -> updated_at }}  
@stop @section('page-scripts') @stop