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

@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 %
@lang('Game Instruction')
@endsection @push('style-lib') @endpush @push('script-lib') @endpush @push('style') @endpush @push('script') @endpush