@extends('front_end.layouts.home') @section('title', $game->title) @section('content')
{{ $game->description }}
Category: {{ $game->category->name }}
Age Rating: {{ $game->min_age }}+
Multiplayer: {{ $game->is_multiplayer ? 'Yes' : 'No' }}
Total Plays: {{ number_format($game->plays_count) }}
Please login to rate this game.
{{ $rating->comment }}
@elseNo written comment
@endif