@extends('layout.main') @section('content')
@foreach($games as $game)

{{ $game->Name }}

@foreach($game->reputations as $rep) @endforeach
Player Reputation
{{ $rep->player->SoldierName }} {{ $rep->total_rep_co }}
@endforeach
@stop