@extends('admin.layouts.app') @section('title', 'Enrollment Settings') @section('content')

Enrollment Settings

Configure astrologer enrollment fees and requirements.

@if (session('success'))
{{ session('success') }}
@endif
@csrf

Fee Configuration

If enabled, astrologers must pay a one-time fee to access their dashboard.

astrologer_enrollment_fee_enabled ? 'checked' : '' }} />

The amount to charge new astrologers.

@endsection