@if(Auth::user()->chat_role < 3) Вам недоступна эта информация @else
Wheel
Crash
Mines
Dice
Tower
Roulette
Stairs
Coinflip
HiLo
Blackjack
Plinko
Keno
@php($balanceAdjustments = function($gameId) { $v = \App\Http\Controllers\AdminController::getAdjustmentValues($gameId); $base = $v['base']; $speed = $v['speed']; $max = $v['max']; $mm = $v['mm']; $sendFunc = "delayedv('#$gameId-base', function(v) { send('#g', '/admin/adj/$gameId/'" ."+$('#$gameId-base').val()+'/'+$('#$gameId-max').val()+'/'+$('#$gameId-speed').val()+'/'+$('#$gameId-maxMul').val());" ."adj($gameId, $('#$gameId-base').val(), $('#$gameId-max').val(), $('#$gameId-speed').val(), $('#$gameId-maxMul').val()) })"; return <<< HTML
HTML; })
Wheel
{!! $balanceAdjustments(2) !!}
Crash
Mines
{!! $balanceAdjustments(5) !!}
Dice
{!! $balanceAdjustments(1) !!}
Tower
{!! $balanceAdjustments(9) !!}
Roulette
Stairs
{!! $balanceAdjustments(11) !!}
Coinflip
{!! $balanceAdjustments(4) !!}
HiLo
{!! $balanceAdjustments(7) !!}
Blackjack
{!! $balanceAdjustments(8) !!}
Plinko
{!! $balanceAdjustments(13) !!}
Keno
{!! $balanceAdjustments(14) !!}
@endif