Withdrawable Balance
₹ {{ number_format((float) ($wallet->withdrawable_balance ?? 0), 2) }}
Min Withdrawal: ₹ {{ number_format($minWithdrawal ?? 0, 2) }}
KYC Status
{{ $kyc?->status ?? 'not_submitted' }}
@if($kyc?->rejection_reason)
{{ $kyc->rejection_reason }}
@endif