{{ __('Total Withdraw') }}
@extends(template() . 'layout.master2') @section('content2')
{{ __('Account Balance') }}
{{ __('Total Withdraw') }}
{{ __('Total Deposit') }}
{{ __('Total Invest') }}
{{ __('Current Invest') }}
{{ auth()->user()->full_name . ' - ' . currentPlan(auth()->user()) }}
{{ $user->full_name . ' - ' . currentPlan($user) }}
{{ $ref->full_name . ' - ' . currentPlan($ref) }}
{{ $ref2->full_name . ' - ' . currentPlan($ref2) }}
{{ __('No Reference User Found') }}