@use('\Illuminate\Support\Number', 'Number')
Fund your account balance
Choose your method of payment from the list below
@forelse ($methods as $method) @empty

No Payment Method enabled at the moment, please check back later.

@endforelse @if (count($methods) > 0)
Procced to Payment
@endif
Total Deposited

{{ Number::currency(auth()->user()->totalDeposits(), $settings->s_currency) }}