@extends('front.layouts.app') @section('title', 'Recharge Wallet - Astrotalk') @section('content')

Recharge Your Wallet

Select a package to add balance to your wallet and start consulting with our best astrologers.

@forelse($packages as $package)
@if($package->is_cashback) ₹{{ number_format($package->cashback_amount, 0) }} Cashback @endif

Package Amount

₹{{ number_format($package->amount, 0) }}

  • {{ $package->talktime }} Minutes Talktime
  • {{ $package->validity_months }} Months Validity
  • @if($package->is_taxable)
  • + {{ $package->tax_percentage }}% Taxes
  • @endif
Recharge Now
@empty

No recharge packages available at the moment.

@endforelse
@endsection