@extends('Admin.admin_dashboard_links') @section('content')
@include('Admin.admin_dashboard_sidebar')

User

User Name: {{$user->name }}
User Refer Id: {{$user->Refer_id }}
@csrf

Send Money

Total Withdraw

{{$total_withdraw}} $

Total Daily Profit

@if(isset($u)) {{$u->total}} $ @else 0 $ @endif

Total Referred People

@if(isset($reference_balance)) {{count($reference_balance)}} Persons @else 0 persons @endif

Total Reference Balance

@if(isset($total_refer_blnce)) {{($total_refer_blnce)}} $ @else 0 $ @endif

Total First Level

@if(isset($first_check)) {{($first_check->total)}} $ @else 0 $ @endif

Total Second Level

@if(isset($total_second_level)) {{($total_second_level)}} $ @else 0 $ @endif
{{-- --}}
@endsection