@php use App\Helpers\PriceHelper; @endphp

Payment for Subscription Plan

Selected Plan: {{ $plan->name }}

Price: ${{ number_format($originalPrice, 2) }}
@if($discountAmount > 0)
Discounted Price: ${{ PriceHelper::formatPrice($discountedPrice) }}
You Save: ${{ number_format($discountAmount, 2) }}
@if($discount) @endif @endif
Duration: @if ($plan->duration_months > 0) {{ $plan->duration_months }} month(s) @else 7 days @endif
Services: {{ $plan->service_limit ? $plan->service_limit : 'Unlimited' }}

Payment Details

@for ($i = 1; $i <= 12; $i++) @endfor
@for ($i = date('Y'); $i <= date('Y') + 10; $i++) @endfor

Secure Payment

Your payment information is encrypted and secure. We do not store your full credit card details.