{{-- d:\projects\digitalvocano\Modules\AuthorizeNetGateway\Resources\views\subscriptions\checkout.blade.php --}}

{{ __('Subscribe to :planName via Authorize.Net', ['planName' => $plan->name]) }}

Plan: {{ $plan->name }}

Price: ${{ number_format($plan->price, 2) }} / {{ $plan->interval }}

@if (session('error')) @endif {{-- Div for displaying Accept.js errors --}} {{-- The action should point to your processing route --}}
@csrf {{-- Card Information Fields for Accept.js --}}
{{-- Billing Address Fields (Recommended for AVS) --}}

Billing Address

{{-- Changed button to trigger Accept.js dispatch --}} {{-- This hidden submit button is still useful for the form submission after getting the nonce --}}
{{-- Changed to Accept.js --}}