₹ {{Auth::user()->wallet}}
@php
$refer=App\Models\Transcation::where('user_id',Auth::user()->id)->where('payment_type','refral_bouns')->sum('amount');
$bouns=App\Models\Transcation::where('user_id',Auth::user()->id)->where('payment_type','Registration Bouns')->sum('amount');
@endphp