@include('front.components.merchant.page-title')
@include('front.components.merchant.application-progressbar') @include('front.components.merchant.copy-btn') {!! html()->form('POST', route('merchant.pricing.submit'))->id('pricing-form')->attribute('data-parsley-validate')->open() !!} {!! html()->hidden('application_number', $data->application_number ?? null) !!} {!! html()->hidden('merchant_location_id', $location_id ?? null) !!} {!! html()->hidden('id', $business->id ?? 0) !!} {!! html()->hidden('id', $pricing->id ?? 0) !!} @if ($isGuest) {!! html()->hidden('token', $token ?? null) !!} @endif

Processing Fees

{!! html()->label('Pricing Plan​​')->for('pricing_plan_type') !!} * {{-- {!! html()->select('pricing_plan_type', ['' => 'Select'] + ($pricing_plan_types ?? []), $pricing->pricing_plan_type ?? null)->class('form-control')->id('pricing-plan-select')->attribute('title', 'Select Pricing Plan')->required()->attribute('data-parsley-required-message', 'Please select a pricing plan') !!} --}}

Note: Applies equally to Visa, MasterCard, Amex, Discover, and PIN Debit.

{{--
--}} {{-- --}}
{!! html()->form()->close() !!}