@extends('dashboard.user.layouts.app') @section('content')

{{ $title }}

Select Payment Method

Choose a preferred payment option below. All transactions are processed securely and efficiently.


Cryptocurrency Payments

Fund your isolated margin account using supported blockchain networks.

@forelse ($wallets as $wallet) @empty
No Payment Methods Available

Please contact support for assistance with payment methods.

@endforelse
@endsection