@extends('layouts.mobile-user') @section('content')
@php $i = 0; @endphp @if($wallets) @foreach($wallets as $w) @php $i++; @endphp
{{$w->wallets->name}}

{{ $w->wallets->short ?? ""}}

${{number_format((float)$w->wallets->crypto_rate,2)}}

Av Bal: {{ $basic->currency }}{{number_format((float)$w->amount_in_usd,2)}}

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