@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 account using supported blockchain networks.

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

Cryptocurrency payment options are currently unavailable. Please check back later or contact support for assistance.

@endforelse
@endsection