@extends($activeTemplate . 'layouts.master') @section('content')

@lang("Sorry, your browser doesn't support canvas. Please try another.")

@csrf

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

{{ __($general->cur_text) }}
@lang('Minimum :') {{ $game->min_limit + 0 }} {{ $general->cur_text }} | @lang('Maximum :') {{ showAmount($game->max_limit + 0) }} {{ __($general->cur_text) }} | @lang('Win Amount') @if ($game->invest_back == 1) {{ showAmount($game->win + 100) }} @else {{ showAmount($game->win) }} @endif @lang('%')
game-image
game-image
@lang('Game Instruction')
@endsection @push('style') @endpush @push('script-lib') @endpush @push('script') @endpush