芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/kwesioben.com/paymoney/resources/views/admin/currencyPaymentMethod/stripe.blade.php
{{ __('Secret Key') }}
@if ($errors->has('stripe[secret_key]'))
{{ $errors->first('stripe[secret_key]') }}
@endif
{{ __('Publishable Key') }}
@if ($errors->has('stripe[publishable_key]'))
{{ $errors->first('stripe[publishable_key]') }}
@endif