@php $cryptoCredentials = (object) Modules\CryptoPayment\app\Models\CryptoPG::pluck('value', 'key')->toArray(); @endphp
@csrf @method('PUT')
@php $currencies = [ 'BTC' => 'Bitcoin', 'EUR' => 'Euro', 'USD' => 'US Dollar', 'GBP' => 'British Pound', 'ETH' => 'Ethereum', ]; @endphp