@extends('layouts.mobile-user') @section('content')

Wallets

{{--
--}} @php $i = 0; @endphp @if($responsew) @foreach($responsew as $w) @php $i++; @endphp
{{$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

@endforeach @else
No Wallets Found!
@endif {{--
--}}
@endsection @section('sheets') @endsection @section('scripts') @endsection