@extends('frontend.layouts.home') @section('content') @if(!empty($slider->slides)) @endif

{{ __('Free trial') }}

{{ __('Sign up and get :x free credits to play and try our casino.', ['x' => config('settings.bonuses.sign_up_credits')]) }}

@auth {{ __('My profile') }} @else {{ __('Sign up') }} @endauth

{{ __('Crypto deposits') }}

{{ __('Make deposits in cryptocurrencies.') }} @installed('payments') @if(config('settings.bonuses.deposit.amount_pct') > 0) {{ __('Get :pct% back when you deposit more than :amount credits at once.', [ 'amount' => config('settings.bonuses.deposit.amount_min'), 'pct' => config('settings.bonuses.deposit.amount_pct'), ]) }} @endif @endinstalled

@auth {{ __('My profile') }} @else {{ __('Sign up') }} @endauth

{{ __('Referral program') }}

{{ __('Refer other people to our casino and get bonuses when they sign up, play games or make deposits.') }}

@auth {{ __('My profile') }} @else {{ __('Sign up') }} @endauth
@installed('game-heads-or-tails')

{{ __('Play Heads or Tails') }}

  • {{ __('House edge only :n%', ['n' => config('game-heads-or-tails.house_edge')]) }}
  • {{ __('Payout is x:n', ['n' => round(2 - config('game-heads-or-tails.house_edge')/100, 2)]) }}
  • {{ __('Choose how much to bet') }}
  • {{ __('Turn sound on / off') }}
  • {{ __('Play in full screen mode') }}
{{ __('Play Heads or Tails') }}
@endinstalled @installed('game-slots')

{{ __('Try our slot machine') }}

  • {{ __('Great payouts') }}
  • {{ __('Bet 1 to 20 lines') }}
  • {{ __('Choose how much to bet') }}
  • {{ __('Your favorite fruit symbols') }}
  • {{ __('Wilds and scatters') }}
  • {{ __('Turn sound on / off') }}
  • {{ __('Play in full screen mode') }}
  • {{ __('Play in auto mode') }}
{{ __('Play Slots') }}
@endinstalled @installed('game-roulette|game-american-roulette')

{{ __('Play Roulette') }}

  • {{ __('Choose how much to bet') }}
  • {{ __('Red / black') }}, {{ __('Odd / Even') }}, {{ __('Low / High') }}
  • {{ __('Dozen') }}, {{ __('Column') }}, {{ __('Street') }}
  • {{ __('Split') }}, {{ __('Six line') }}, {{ __('Corner') }}
  • {{ __('Trio') }}
  • {{ __('Top line') }}
  • {{ __('Straight') }}
  • {{ __('Turn sound on / off') }}
  • {{ __('Play in full screen mode') }}
@installed('game-roulette') {{ __('Play European Roulette') }} @endif @installed('game-american-roulette') {{ __('Play American Roulette') }} @endif
@endinstalled @installed('game-blackjack')

{{ __('Play Blackjack') }}

  • {{ __('Blackjack pays 3 to 2') }}
  • {{ __('Regular win pays 2 to 1') }}
  • {{ __('Insurance pays 2 to 1') }}
  • {{ __('Dealer draws to 16 and stands on 17') }}
  • {{ __('Ability to double the initial bet') }}
  • {{ __('Ability to split the hand') }}
  • {{ __('Choose how much to bet') }}
  • {{ __('Turn sound on / off') }}
  • {{ __('Play in full screen mode') }}
{{ __('Play Blackjack') }}
@endinstalled @installed('game-video-poker')

{{ __('Play Video Poker') }}

  • {{ __('Great payouts') }}
  • {{ __('Choose any of 5 pay lines') }}
  • {{ __('Choose how much to bet') }}
  • {{ __('Cards are shuffled before each game') }}
  • {{ __('Turn sound on / off') }}
  • {{ __('Play in full screen mode') }}
{{ __('Play Video Poker') }}
@endinstalled @installed('game-dice')

{{ __('Play Dice') }}

  • {{ __('House edge only :n%', ['n' => config('game-dice.house_edge')]) }}
  • {{ __('Choose payout') }}
  • {{ __('Choose win chance') }}
  • {{ __('Choose how much to bet') }}
  • {{ __('Turn sound on / off') }}
  • {{ __('Play in full screen mode') }}
  • {{ __('Play in auto mode') }}
{{ __('Play Dice') }}
@endinstalled @installed('game-dice-3d')

{{ __('Play Dice 3D') }}

  • {{ __(':n classic dice', ['n' => count(config('game-dice-3d.dice'))]) }}
  • {{ __('House edge only :n%', ['n' => config('game-dice-3d.house_edge')]) }}
  • {{ __('Choose how much to bet') }}
  • {{ __('Turn sound on / off') }}
  • {{ __('Play in full screen mode') }}
{{ __('Play Dice 3D') }}
@endinstalled @installed('game-keno')

{{ __('Play Keno') }}

  • {{ __('Choose how much to bet') }}
  • {{ __('Payouts start from :n hits', ['n' => key(array_filter(config('game-keno.payouts'), function($payout) { return intval($payout) > 0; }))]) }}
  • {{ __('Win as much as bet x :n credits', ['n' => config('game-keno.payouts')[10]]) }}
  • {{ __('Turn sound on / off') }}
  • {{ __('Play in full screen mode') }}
{{ __('Play Keno') }}
@endinstalled @installed('game-american-bingo')

{{ __('Play 75 Ball Bingo') }}

  • {{ __('Complete row, column, diagonal or 2 diagonals') }}
  • {{ __('Receive money for each completed pattern') }}
  • {{ __('Choose how much to bet') }}
  • {{ __('Turn sound on / off') }}
  • {{ __('Play in full screen mode') }}
{{ __('Play 75 Ball Bingo') }}
@endinstalled @installed('game-baccarat')

{{ __('Play Baccarat') }}

  • {{ __('Choose how much to bet') }}
  • {{ __('Player bet pays bet x :n', ['n' => config('game-baccarat.payouts.player')]) }}
  • {{ __('Banker bet pays bet x :n', ['n' => config('game-baccarat.payouts.banker')]) }}
  • {{ __('Tie bet pays bet x :n', ['n' => config('game-baccarat.payouts.tie')]) }}
  • {{ __('Turn sound on / off') }}
  • {{ __('Play in full screen mode') }}
{{ __('Play Baccarat') }}
@endinstalled @installed('game-lucky-wheel')

{{ __('Play :game', ['game' => config('game-lucky-wheel.variations')[0]->title]) }}

  • {{ __('Choose how much to bet') }}
  • {{ __(':n win sections', ['n' => count(array_filter(config('game-lucky-wheel.variations')[0]->sections, function ($section) { return $section->payout > 0; }))]) }}
  • {{ __('Win up to bet x :n', ['n' => max(array_column(config('game-lucky-wheel.variations')[0]->sections, 'payout'))]) }}
  • {{ __('Turn sound on / off') }}
  • {{ __('Play in full screen mode') }}
  • {{ __('Play in auto mode') }}
{{ __('Play :game', ['game' => config('game-lucky-wheel.variations')[0]->title]) }}
@endinstalled @installed('raffle')

{{ __('Take part in raffles') }}

{{ __('We run raffles for all our users on a regular basis.') }} {{ __('Purchase tickets and win hefty bonuses.') }}

{{ __('Purchase tickets') }}
@endinstalled

{{ __('Provably fair') }}

{{ __('Our casino uses provably fair technology, which allows you to verify that each roll or card draw is completely random and you are not being cheated!') }}

{{ __('Recent games') }}

@if(!$games->isEmpty())
    @foreach($games as $game)
  • {{ $game->title }}

    {{ $game->gameable->result }}

    {{ __('Played by') }} {{ $game->account->user->name }} {{ $game->created_at->diffForHumans() }}

    {{ __('Bet :x', ['x' => $game->_bet]) }} {{ __('Win :x', ['x' => $game->_win]) }}
  • @endforeach
@else
{{ __('No games were played yet.') }}
@endif
@if($top_game)

{{ __('Biggest win') }}

{{ $top_game->title }}

{{ $top_game->account->user->name }} {{ __('won :x credits', ['x' => $top_game->_win]) }}

{{ __('View leaderboard') }}
@endif
@endsection