Dashboard
User Total Package Buy (Total)
@if(isset($total_package_buy))
{{count($total_package_buy)}}
@else
0
@endif
User Total Daily Profit (Total)
@if(isset($daily_profit))
{{$daily_profit->total}} $
@else
0 $
@endif
User First Level Commission Profit (Total)
@if(isset($first_check))
{{$first_check->total}} $
@else
0 $
@endif
User Second Level Commission Profit (Total)
@if(isset($u_s))
{{$u_s->total}} $
@else
0 $
@endif
User Total Reference Balance (Total)
@if(isset($too))
{{$too->ammount}} $
@else
0 $
@endif