@if(Auth::check()) @include('frontend.partials.header_logged') @else @include('frontend.partials.header_not_logged') @endif
@php $totalJackpots = round(\VanguardDK\Jackpot::sum('balance')); for($i=1; $i<=10; $i++){ $totalJackpots += round(\VanguardDK\Game::sum('jp_' . $i)); } @endphp
JACK POT CASINO
USD
@include('frontend.partials.wins')