Top coupons Last {{ $range ?? '30d' }} · cached 5 min @php($rows = $this->getRows()) @if (count($rows) === 0)

No coupon redemptions in this range yet.

@else
@foreach ($rows as $r) @endforeach
Code Type Applies to Redemptions Discount given Coupon-driven revenue Attach %
{{ $r['code'] }} {{ $r['type'] }} {{ $r['applies_to'] }} {{ number_format($r['redemptions']) }} ₹{{ number_format($r['gross_discount_paise'] / 100, 0) }} ₹{{ number_format($r['gross_revenue_paise'] / 100, 0) }} {{ number_format($r['attach_rate_bps'] / 100, 2) }}%
@endif