{{-- This is a placeholder. Paynow might redirect to their hosted page. --}} {{-- If Paynow uses an embedded form or SDK, you'll build that here. --}}

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

Plan: {{ $plan->name }}

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

@if (session('error')) @endif

You will be redirected to Paynow to complete your payment.

{{-- If Paynow requires a form to be submitted to their endpoint, you would build that form here with the necessary hidden fields populated by $paymentDetails from your controller. Example:
@foreach($formFields ?? [] as $name => $value) @endforeach
--}}

If you are not redirected automatically, please click here.

@if(isset($redirectUrl)) @endif