Welcome to Astrotalk
To verify your commitment and maintain platform quality, a one-time enrollment
fee is required to activate your dashboard.
Enrollment Fee
₹
{{ number_format($feeAmount, 2) }}
@php
$razorpayEnabled = ($paymentSettings['razorpay_status'] ?? 0) == 1;
$phonepeEnabled = ($paymentSettings['phonepe_status'] ?? 0) == 1;
$hasGateway = $razorpayEnabled || $phonepeEnabled;
@endphp
@if($hasGateway)
@if($razorpayEnabled)
@endif
@if($phonepeEnabled)
@endif
@else
Online payment is currently unavailable. Please contact administration.
@endif
Secure Payment Processed via Our Partners