@if(Auth::user()->chat_role >= 3)
    @endif
    {{Auth::user()->username}} Pic

    {!! html_entity_decode($page) !!}
    Включение/отключение игр
    @php $games = array( "mines" => 'Mines', "wheel" => 'Wheel', "crash" => 'Crash', "dice" => 'Dice', "coinflip" => 'Coinflip', "hilo" => 'HiLo', "blackjack" => 'Blackjack', "tower" => 'Tower', "roulette" => 'Roulette', "stairs" => 'Stairs', "cases" => 'Кейсы', "keno" => 'Keno', "plinko" => 'Plinko' ); @endphp @foreach($games as $key => $value)
    @endforeach