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

Game Administration

@foreach($games as $game) @endforeach
ID Live Thumb URL Short Name Created at Updated at Actions
{{ $game -> id }} {{ $game -> live }} {{ $game -> short_name }} {{ $game -> created_at }} {{ $game -> updated_at }}  
@stop @section('page-scripts') @stop