{{$w->name}}
{{$w->symbol}}
${{number_format((float)$w->rate,2)}}
Av Bal: @if(\App\UserWallet::whereuser_id(\Illuminate\Support\Facades\Auth::user()->id)->wherewallet_short($w->symbol)->exists()) {{ $basic->currency }}{{number_format((float)\App\UserWallet::whereuser_id(\Illuminate\Support\Facades\Auth::user()->id)->wherewallet_short($w->symbol)->first()->amount_in_usd,2)}} @else {{ $basic->currency }}0.00 @endif