| Code | Organization | Discount | Usage | Validity | Status |
|---|---|---|---|---|---|
|
{{ $code['code'] }}
@if($code['description'] ?? null) {{ $code['description'] }} @endif |
{{ $code['organization']['name'] ?? '—' }} @if($code['organization']['subdomain'] ?? null) {{ $code['organization']['subdomain'] }} @endif | {{ ($code['discount_type'] ?? '') === 'percent' ? ($code['discount_value'] ?? 0) . '%' : '₹' . ($code['discount_value'] ?? 0) }} @if(($code['max_discount'] ?? null) && ($code['discount_type'] ?? '') === 'percent') (max ₹{{ $code['max_discount'] }}) @endif | {{ $code['used_count'] ?? 0 }} / {{ $code['usage_limit'] ?? '∞' }} | @if(($code['valid_from'] ?? null) || ($code['valid_until'] ?? null)) {{ $code['valid_from'] ?? '–' }} → {{ $code['valid_until'] ?? '∞' }} @else No expiry @endif | {{ $cs['label'] }} |
| No promo codes found. | |||||