Select a payment method to buy more points for boosting posts.
@foreach([
['gateway' => 'stripe', 'icon' => 'credit_card', 'label' => 'Card'],
['gateway' => 'paypal', 'icon' => 'account_balance_wallet', 'label' => 'PayPal'],
['gateway' => 'paystack', 'icon' => 'payments', 'label' => 'Paystack'],
['gateway' => 'flutterwave', 'icon' => 'bolt', 'label' => 'Flutterwave'],
['gateway' => 'mpesa', 'icon' => 'smartphone', 'label' => 'M-Pesa'],
['gateway' => 'mtn_momo', 'icon' => 'smartphone', 'label' => 'MTN MoMo'],
['gateway' => 'bank_transfer', 'icon' => 'account_balance', 'label' => 'Bank Transfer'],
['gateway' => 'crypto', 'icon' => 'currency_bitcoin', 'label' => 'Crypto'],
] as $method)
@endforeach
{{-- Points package selector + gateway-specific fields --}}