@if(auth()->user()->hasRole('admin') || auth()->user()->hasRole('agent') || auth()->user()->hasRole('distributor')) @endif {{ $game->title }} @if(auth()->user()->hasRole('admin') || auth()->user()->hasRole('agent') || auth()->user()->hasRole('distributor')) @endif @permission('games.rtp') {{ $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, '.', '') }} {{ $game->stat_in > 0 ? number_format(($game->stat_out / $game->stat_in) * 100, 2, '.', '') : '0.00' }} @endpermission @permission('games.show_count') {{ $game->bids }} @endpermission @if( auth()->user()->hasRole('admin') || auth()->user()->hasRole('agent') || auth()->user()->hasRole('distributor') ) {{ $game->denomination }} @endif @if(!$game->view) @else @endif