@lang('lang_v1.labels_for_custom_payments'):
{!! Form::label('custom_payment_1_label', __('lang_v1.custom_payment_1')); !!} {!! Form::text('custom_labels[payments][custom_pay_1]', !empty($custom_labels['payments']['custom_pay_1']) ? $custom_labels['payments']['custom_pay_1'] : null, ['class' => 'form-control', 'id' => 'custom_payment_1']); !!}
{!! Form::label('custom_payment_2_label', __('lang_v1.custom_payment_2')); !!} {!! Form::text('custom_labels[payments][custom_pay_2]', !empty($custom_labels['payments']['custom_pay_2']) ? $custom_labels['payments']['custom_pay_2'] : null, ['class' => 'form-control', 'id' => 'custom_payment_2']); !!}
{!! Form::label('custom_payment_3_label', __('lang_v1.custom_payment_3')); !!} {!! Form::text('custom_labels[payments][custom_pay_3]', !empty($custom_labels['payments']['custom_pay_3']) ? $custom_labels['payments']['custom_pay_3'] : null, ['class' => 'form-control', 'id' => 'custom_payment_3']); !!}