{{ __($pageTitle) }}

@if (Schema::hasColumn('referrals', 'plan_id')) @else {{ __('Update Database') }} @endif

@if (Schema::hasColumn('referrals', 'plan_id')) @else
Warning! Please Update database
@endif
{{ __('Please Set Cron Url To Your Server to dispatched Return') }}

{{ __('Total Invest') }}

{{ number_format($totalPayments, 2) . ' ' . @$general->site_currency }}

{{ __('Total Pending Invest') }}

{{ number_format($totalPendingPayments, 2) . ' ' . @$general->site_currency }}

{{ __('Total Interest Amount') }}

{{ number_format($totalInterest, 2) . ' ' . @$general->site_currency }}

{{ __('Total User') }}

{{ $totalUser }}

{{ __('Total Active User') }}

{{ $activeUser }}

{{ __('Total Deactived User') }}

{{ $deActiveUser }}

{{ __('Total Withdraw') }}

{{ number_format(@$totalWithdraw, 2) . ' ' . @$general->site_currency }}

{{ __('Total Pending Withdraw') }}

{{ number_format(@$pendignWithdraw, 2) . ' ' . @$general->site_currency }}

{{ __('Autometic Gateways') }}

{{ $totalGateways }}

{{ __('Withdraw Charge') }}

{{ number_format($totalWithdrawCharge, 2) . ' ' . @$general->site_currency }}

{{ __('Withdraw Gateways') }}

{{ $totalWithdrawGateways }}

{{ __('Withdraw Gateways') }}

{{ $totalWithdrawGateways }}

{{ __('Invest Report') }}

{{ __('Withdraw Report') }}

{{ __('All Users') }}
@forelse($users as $key => $user) @empty @endforelse
{{ __('Sl') }} {{ __('Full Name') }} {{ __('Phone') }} {{ __('Email') }} {{ __('Country') }} {{ __('Status') }} {{ __('Action') }}
{{ $key + $users->firstItem() }} {{ $user->fullname }} {{ $user->phone }} {{ $user->email }} {{ @$user->address->country }} @if ($user->status) {{ __('Active') }} @else {{ __('Inactive') }} @endif
@if ($users->hasPages()) @endif