Vouchers
Voucher List
Create Voucher| Code | Value | Type | Min Spend | Expiry | Status | Actions |
|---|---|---|---|---|---|---|
| {{ $voucher->code }} | {{ $voucher->value }} | {{ ucfirst($voucher->type) }} | {{ $voucher->min_spend }} | {{ $voucher->expiry_date->format('Y-m-d') }} | @if($voucher->status == 'active') Active @elseif($voucher->status == 'used') Used @else Expired @endif |