{{ __('Comma-delimited list') }}
@foreach(config('game-casino-holdem.ante_paytable') as $hand => $payout)
{{ __('Bet') }} x
{{ __('credits') }}
@endforeach
@foreach(config('game-casino-holdem.bonus_paytable') as $hand => $payout)
{{ __('Bet') }} x
{{ __('credits') }}
@endforeach