@component('layouts.app', [ 'title' => 'Recharge & Wallet', 'metaDescription' => 'Recharge your Yatra Card via bank, mobile wallet, QR, or counter — and manage your balance from the digital wallet.', ]) @include('partials.page-hero', [ 'eyebrow' => 'Wallet & Rewards', 'title' => 'Your Balance, Always Within Reach', 'subtitle' => 'Top up in seconds and keep an eye on your card balance and trip history from anywhere.', ])

Wallet Balance

Digital Wallet

One Wallet for Every Recharge

Every recharge — whether from a bank, a mobile wallet, or a street-corner counter — lands in the same place. Try it below: pick an amount and a method, and watch your balance update live.

Amount

@foreach ([100, 500, 1000, 2000] as $amt) @endforeach

Method

@foreach (['eSewa', 'Khalti', 'Bank', 'Card'] as $m) @endforeach
@include('partials.home.recharge-methods') @include('partials.home.cta') @endcomponent