{!! $game->title !!}
@if($game->game_path)

@else {{$game->iframe_content}} @endif

{{$game->countComments()}} Comments

@if(Auth::check()) {!! Theme::section('comment.form', ['typeId' => $game->id, 'type' => 'game']) !!} @endif @if($game->countComments() > 10) View more comments @endif
@foreach($game->comments->take(10)->reverse() as $comment) {!! Theme::section('comment.display', ['comment' => $comment]) !!} @endforeach
{!! Theme::section('game.profile.widget') !!} {!! Theme::widget()->get('game-profile') !!}