@extends(activeTemplate() .'layouts.user') @section('content')

{{__($page_title)}}

@foreach($authWallets as $k=> $data)
{{-- {{dd($data)}}--}}

{{formatter_money($data->balance)}} {{$general->cur_sym}}

{{__(str_replace('_',' ',strtoupper($data->type)))}}
@if($data->type == 'deposit_wallet') lorem @elseif($data->type == 'interest_wallet') lorem @endif
@endforeach

{{auth()->user()->coins ? auth()->user()->coins->coins: 0}} BTCE

Coins

{{auth()->user()->tokens ? auth()->user()->tokens->tokens: 0}} BET

Tokens

{{formatter_money($totalInvest)}} {{$general->cur_sym}}

@lang('Total Invest')

{{formatter_money($totalWithdraw)}} {{$general->cur_sym}}

@lang("Total Withdraw")

{{formatter_money($totalDeposit)}} {{$general->cur_sym}}

@lang('Total Deposit')

{{$totalTicket}}

@lang('Total Ticket')
@lang('Revenue Statistics')
{{--
--}} {{--
--}} {{--
--}} {{--

Product Valuation

--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}}
@endsection @section('load-js') @stop @section('script') @endsection