@extends($activeTemplate . 'layouts.master_side_bar') @section('content')
@if ($user->kv == 0 || $user->kv == 2) @php $kyc = @getContent('kyc.content', true); @endphp
@if ($user->kv == Status::KYC_UNVERIFIED && $user->kyc_rejection_reason)
@lang('KYC Documents Rejected')
@lang('Click Here to Re-submit Documents')

{{ __(@$kyc->data_values->kyc_reject) }}

@elseif($user->kv == Status::KYC_UNVERIFIED)
@lang('KYC Verification Required')
@lang('Click Here to Submit Documents')

{{ __(@$kyc->data_values->kyc_required) }}

@elseif($user->kv == Status::KYC_PENDING)
@lang('KYC Verification Pending')
@lang('See KYC Data')

{{ __(@$kyc->data_values->kyc_pending) }}

@endif
@endif

@lang('Balance')

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

@lang('Deposit')

{{ @$user->deposits->count() }}

@lang('Services')

{{ $totalService }}

@lang('Domains')

{{ $totalDomain }}

@lang('Tickets')

{{ $totalTicket }}

@lang('Invoices')

{{ $totalInvoice }}

@lang('Overdue Invoices')
@lang('View All')
@lang('You have') {{ $totalOverDueInvoice->total }} @lang('overdue invoice(s) with a total balance due of') {{ showAmount($totalOverDueInvoice->totalDue) }}. @lang('Pay them now to avoid any interruptions in service').
@lang('Products/Services')
@lang('View All')
@lang('It appears you do not have any products/services with us yet'). @lang('Place an order to get started').
@lang('Support Tickets')
@lang('View All')
@lang('No Recent Tickets Found. If you need any help'), @lang('please open a ticket').
@lang('Register New Domain')
@if ($user->kv == Status::KYC_UNVERIFIED && $user->kyc_rejection_reason) @endif @endsection @push('script') @endpush