{{-- admin/promo/index.blade.php | Obrempong | Jcode --}} @extends('layouts.admin') @section('title','Promo Codes') @section('content')
| Code | Type | Value | Used/Limit | Expires | Status | |
|---|---|---|---|---|---|---|
| {{ $code->code }} {{ $code->description }} |
{{ ucfirst($code->type) }} | {{ $code->type==='points'?number_format($code->value).' pts':($code->type==='percent'?$code->value.'%':'GH₵'.number_format($code->value,2)) }} | {{ $code->usages_count }}/{{ $code->usage_limit ?? '∞' }} | {{ $code->expires_at?$code->expires_at->format('d M Y'):'Never' }} | {{ $code->isValid()?'Active':'Expired' }} | |
| No promo codes yet. | ||||||