@extends('layouts.admin') @section('title',$coupon->code) @section('heading','Coupon '.$coupon->code) @section('content')
Redemption history is retained when configuration changes or the coupon is archived.
| Redeemed | Customer | Order | Status | Order total | Discount |
|---|---|---|---|---|---|
| {{ $row->created_at->format('d M Y H:i') }} | {{ $row->user?->name }} {{ $row->user?->email }} | {{ $row->order?->number }} | {{ $row->order?->status }} | {{ $row->order?->currency }} {{ number_format((float)$row->order?->total,2) }} | {{ number_format((float)$row->discount,2) }} |
| No redemptions yet. | |||||