@extends('layouts.app') @section('title','Games') @section('content')

All Games

@foreach($games as $g)
{{ $g->name }}
@endforeach
{{ $games->links() }}
@endsection