| ID | Name | Code | Start Date | Expiration Date | Min Order Value | Max Discount | Voucher Value | Voucher Type | No. Of Times Redeemed |
|---|---|---|---|---|---|---|---|---|---|
| {{ $voucher->id }} | {{ $voucher->name }} | {{ $voucher->code }} | {{ \Carbon\Carbon::parse($voucher->start_date)->format('d.m.Y') }} | {{ \Carbon\Carbon::parse($voucher->expiration_date)->format('d.m.Y') }} | {{ number_format($voucher->min_order_value, 2, ',', '.') }} € | {{ number_format($voucher->max_discount, 2, ',', '.') }} € | {{number_format($voucher->voucher_value,2,',','.')}}€ | {{ $voucher->type == '1' ? 'Fixed' : 'Percentage'}} | {{ $voucher->times_redeemed}} |