@extends('layouts.mobile-user')
@section('content')
@foreach($method as $p)
{{ $p->wallets->name }}
{{$basic->currency}}{{$p->amount_in_usd ?? '0.00'}}
{{ $p->amount_in_crypto ?? '0.00'}}
Withdraw
@endforeach
@foreach($method as $p)
@endforeach
@endsection
@section('sheets')
@endsection
@section('scripts')
{{-- @foreach($method as $p)--}}
{{-- --}}
{{-- @endforeach--}}
@endsection