@extends('layouts.admin')
@section('title', 'Deposit Options')
@section('content')
Manage how users add funds to their accounts.
| Name | Type | Asset | Network or provider | Limits | Status | |
|---|---|---|---|---|---|---|
| {{ $method->name }} | {{ $method->type === 'crypto' ? 'Wallet transfer' : 'Online payment' }} | {{ $method->asset?->symbol ?: 'Provider currency' }} | {{ $method->network ?: ucfirst($method->provider ?: '—') }} | {{ rtrim(rtrim($method->minimum, '0'), '.') }} – {{ $method->maximum ? rtrim(rtrim($method->maximum, '0'), '.') : 'No maximum' }} | Edit | |
| No deposit options have been added. | ||||||