|
@permission('games.edit')
@endpermission
{{ $game->title }}
@permission('games.edit')
@endpermission
|
Original GAME
|
|
@if ( count($savedCategory) )
@foreach ($savedCategory as $game_category)
@if($game_category == 1)
|
@endif
@if($game_category == 2)
|
@endif
@endforeach
@endif
@permission('games.in_out')
{{ $game->stat_in }} |
{{ $game->stat_out }} |
@if(($game->stat_in - $game->stat_out) >= 0)
@else
@endif
{{ number_format(abs($game->stat_in-$game->stat_out), 2, '.', '') }}
|
@endpermission
{{ $game->bids }} |
{{ $game->denomination }} |
|