@if(!count($games))
{!! trans('search.games-results') !!}
{{trans('search.no-games', ['term' => app('App\\Repositories\\SearchRepository')->term])}}
@endif
@foreach($games as $game) {!! Theme::section('game.display', ['game' => $game]) !!} @endforeach
{!! $games->appends(['term' => request()->get('term')])->render() !!}