@extends($activeTemplate . 'layouts.master') @section('content')
@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') @if ($game->invest_back == 1) {{ showAmount($game->win + 100) }} @else {{ showAmount($game->win) }} @endif %
game-image
game-image
@lang('Game Instruction')
@endsection @push('style-lib') @endpush @push('script-lib') @endpush @push('script') @endpush