{{ $package->name ?? 'Package' }} - {{ ucfirst($subscription->package_type ?? 'subscription') }}
{{ $package->currency->currency_symbol ?? '$' }}{{ number_format($amount, 2) }} @if($subscription->package_type !== 'lifetime') / {{ $subscription->package_type }} @endif
Loading checkout...