@extends('astrologer.layouts.app') @section('title', 'Enrollment Fee') @section('content')

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)
@csrf
@endif
@else

Online payment is currently unavailable. Please contact administration.

@endif
Secure Payment Processed via Our Partners
@if($razorpayEnabled) @endif @endsection