@extends($activeTemplate . 'layouts.master') @section('content') 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 @csrf @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 Amount') : @lang('Single') ({{ @$game->level[0] }}%) | @lang('Double') ({{ @$game->level[1] }}%) | @lang('Triple') ({{ @$game->level[2] }}%) @lang('Play Now') @lang('Game Instruction')