@extends($activeTemplate.'layouts.master') @section('content') @php $kycInfo = getContent('kyc_info.content',true); @endphp @if(auth()->user()->kv == 0) @lang('KYC Verification required') {{ __($kycInfo->data_values->verification_content) }} @lang('Click Here to Verify') @elseif(auth()->user()->kv == 2) @lang('KYC Verification pending') {{ __($kycInfo->data_values->pending_content) }} @lang('See KYC Data') @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 @lang('My Plan') @if($user->expire_date >= now()) @lang('Change Plan') @else @lang('Choose 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
{{ __($kycInfo->data_values->verification_content) }} @lang('Click Here to Verify')
{{ __($kycInfo->data_values->pending_content) }} @lang('See KYC Data')
@lang('My Balance')
@lang('My Plan')
@lang('Total Deposit')
@lang('Total Withdraw')
@lang('Total Clicks')
@lang('Remain clicks for today')
@lang("Today's Clicks")
@lang('Next Reminder')
@lang('Referral Commissions')
@lang("My Active ADS")