@include('helpers.form_control', [
'type' => 'select',
'class' => 'hook2',
'name' => 'options[merchantAccountID]',
'label' => trans('messages.merchant_account'),
'value' => $payment_method->getOption('merchantAccountID'),
'options' => $payment_method->getBraintreeMerchantAccountSelectOptions($accounts),
'help_class' => 'payment_method',
'rules' => $payment_method->rules()
])