@extends($activeTemplate . 'layouts.master') @section('content') @php $gesBon = App\Models\GuessBonus::get(); @endphp

@lang('You Will Get') {{ $gesBon->count() }} @lang('Chances Per Invest')

@lang('Current Balance') : {{ showAmount(auth()->user()->balance) }} {{ __($general->cur_text) }}

{{ __($general->cur_text) }}
@lang('Minimum') : {{ showAmount($game->min_limit) }} {{ __($general->cur_text) }} | @lang('Maximum') : {{showAmount($game->max_limit) }} {{ __($general->cur_text) }} | @lang('Win Bonus For This Chance') {{ __($gesBon->first()->percent) }}%
@lang('Game Instruction')
@csrf
@endsection @push('style') @endpush @push('script-lib') @endpush @push('style') @endpush @push('script') @endpush