@extends($activeTemplate . 'user.layouts.app') @section('panel')
@if($general->notice != null)
@lang('Notice')

@php echo $general->notice; @endphp

@endif @if($general->free_user_notice != null)
@if($general->notice == null)
@lang('Notice')
@endif

@php echo $general->free_user_notice; @endphp

@endif
{{ auth()->user()->clicks->count() }}
@lang('Total Clicks')
@lang('View All')
{{ auth()->user()->dpl - auth()->user()->clicks->where('vdt',Date('Y-m-d'))->count() }}
@lang('Remain clicks for today')
@lang('View All')
{{ auth()->user()->clicks->where('vdt',Date('Y-m-d'))->count() }}
@lang('Today\'s Clicks')
@lang('View All')
{{$completeWithdraw}}
@lang('Next Reminder')
@lang('View All')
@lang('Click & Earn Report')
{{getAmount(auth()->user()->balance)}} {{$general->cur_text}}
@lang('Current Balance')
@lang('View All')
{{getAmount($totalDeposit)}} {{$general->cur_text}}
@lang('Total Deposit')
@lang('View All')
{{getAmount($totalWithdraw)}} {{$general->cur_text}}
@lang('Total Withdraw')
@lang('View All')
{{$completeWithdraw}}
@lang('Complete Withdraw')
@lang('View All')
{{$pendingWithdraw}}
@lang('Pending Withdraw')
@lang('View All')
{{$rejectWithdraw}}
@lang('Reject Withdraw')
@lang('View All')
{{getAmount(auth()->user()->total_invest)}} {{$general->cur_text}}
@lang('Total Invest')
@lang('View All')
{{getAmount(auth()->user()->total_ref_com)}} {{$general->cur_text}}
@lang('Total Referral Commission')
@lang('View All')
{{getAmount(auth()->user()->total_binary_com)}} {{$general->cur_text}}
@lang('Total Binary Commission')
@lang('View All')
{{$total_ref}}
@lang('Total Referral')
@lang('View All')
{{auth()->user()->userExtra->free_left + auth()->user()->userExtra->paid_left}}
@lang('Total Left')
@lang('View All')
{{auth()->user()->userExtra->free_right + auth()->user()->userExtra->paid_left}}
@lang('Total Right')
@lang('View All')
{{auth()->user()->userExtra->bv_left + auth()->user()->userExtra->bv_right}}
@lang('Total BV')
@lang('View All')
{{getAmount(auth()->user()->userExtra->bv_left)}}
@lang('Left BV')
@lang('View All')
{{getAmount(auth()->user()->userExtra->bv_right)}}
@lang('Right BV')
@lang('View All')
{{getAmount($totalBvCut)}} {{$general->cur_text}}
@lang('Total Bv Cut')
@lang('View All')
@endsection @push('script') @endpush