@extends($activeTemplate.'layouts.master') @section('content') @php $kycInfo = getContent('kyc_info.content',true); @endphp
@if(auth()->user()->kv == 0) @elseif(auth()->user()->kv == 2) @endif

{{ showAmount($user->balance) }} {{ $general->cur_text }}

@lang('My Balance')

@lang('Withdraw Now')

@if($user->plan) {{ __($user->plan->name) }} @if($user->expire_date < now()) (@lang('Expired')) @endif @else @lang('No Plan') @endif

@if($user->expire_date >= now()) @lang('expire in') {{ \Carbon\Carbon::parse($user->expire_date)->format('Y-m-d') }} @endif
@lang('Click & Earn Report')

{{ showAmount($user->deposits->sum('amount')) }} {{ $general->cur_text }}

@lang('Total Deposit')

@lang('Deposit History ')

{{ showAmount($user->withdrawals->where('status',1)->sum('amount')) }} {{ $general->cur_text }}

@lang('Total Withdraw')

@lang('Withdraw History ')

@lang('Total Clicks')

{{ $user->clicks->count() }}

@lang('Remain clicks for today')

{{ $user->daily_limit - $user->clicks->where('view_date',Date('Y-m-d'))->count() }}

@lang("Today's Clicks")

{{ $user->clicks->where('view_date',Date('Y-m-d'))->count() }}

@lang('Next Reminder')

@lang('Referral Commissions')

{{ __($commissionCount) }} {{ $general->cur_text }}

@lang("My Active ADS")

{{ __($activeAdCount) }}

@endsection @push('script') @endpush