@extends('layouts.admin') @section('title','Withdrawal Configuration') @section('content')
Payout rules

Withdrawal configuration.

Configure networks, limits, and fees per asset.

@csrf
@foreach($rows as $row)
{{ $row->asset->symbol }} · {{ $row->network }}

Min {{ $row->minimum }} · Max {{ $row->maximum ?: 'No maximum' }}

Fee {{ $row->fee_fixed }} + {{ $row->fee_percent }}%

@endforeach
@endsection