@extends('layouts.mobile-user') @section('content')
@php $i = 0; @endphp @foreach($wallets as $w) @php $i++; @endphp
{{ $w->name }}
{{$basic->currency}}{{\App\UserWallet::whereuser_id(Auth::user()->id)->where('wallet_id',$w->id)->first()->amount_in_usd ?? '0.00'}}

{{ \App\UserWallet::whereuser_id(Auth::user()->id)->where('wallet_id',$w->id)->first()->amount_in_crypto ?? '0.00'}} {{$w->short}}

@endforeach
{{--
--}} {{-- @if($payment->paypal_status == 1)--}} {{--
--}} {{--
--}} {{--
--}} {{--

--}} {{-- {{ $payment->paypal_name }}--}} {{--

--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{-- @endif--}} {{-- @if($payment->perfect_status == 1)--}} {{--
--}} {{--
--}} {{--
--}} {{--

--}} {{-- --}} {{-- {{ strtoupper($payment->perfect_name) }}--}} {{--

--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{-- @endif--}} {{-- @if($payment->btc_status == 1)--}} {{--
--}} {{--
--}} {{--
--}} {{--

--}} {{-- {{ strtoupper($payment->btc_name) }}--}} {{--

--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{-- @endif--}} {{-- @if($payment->stripe_status == 1)--}} {{--
--}} {{--
--}} {{--
--}} {{--

--}} {{-- {{ strtoupper($payment->stripe_name) }}--}} {{--

--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{-- @endif--}} {{-- @if($payment->eth_status == 1)--}} {{--
--}} {{--
--}} {{--
--}} {{--

--}} {{-- ETHEREUM--}} {{--

--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{-- @endif--}} {{-- @if($payment->usdt_status == 1)--}} {{--
--}} {{--
--}} {{--
--}} {{--

--}} {{-- TRON--}} {{--

--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{-- @endif--}} {{-- @if($payment->doge_status == 1)--}} {{--
--}} {{--
--}} {{--
--}} {{--

--}} {{-- DOGE--}} {{--

--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{-- @endif--}} {{-- @if($payment->btcash_status == 1)--}} {{--
--}} {{--
--}} {{--
--}} {{--

--}} {{-- BITCOIN CASH--}} {{--

--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{-- @endif--}} {{-- @if($payment->usdd_status == 1)--}} {{--
--}} {{--
--}} {{--
--}} {{--

--}} {{-- XRP--}} {{--

--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{-- @endif--}} {{-- @if($payment->stellar_status == 1)--}} {{--
--}} {{--
--}} {{--
--}} {{--

--}} {{-- STELLAR COIN--}} {{--

--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{-- @endif--}} {{-- @if($payment->busd_status == 1)--}} {{--
--}} {{--
--}} {{--
--}} {{--

--}} {{-- LITE COIN--}} {{--

--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{-- @endif--}} {{--
--}} @php $t = 0; @endphp @foreach($wallets as $w) @php $t++; @endphp @endforeach @endsection @section('scripts') @endsection