Voucher List

Auto-updates in 2 min
@forelse($vouchers as $voucher) @empty @endforelse
Code Product Batch Value Max Uses State Expires At Created Actions
{{ $voucher->code }} {{ $voucher->product->name ?? '-' }} {{ $voucher->batch_id }} {{ $voucher->value }} {{ $voucher->max_uses }} {{ $voucher->state }} {{ $voucher->expires_at ? $voucher->expires_at->format('Y-m-d') : '-' }} {{ $voucher->created_at->format('Y-m-d H:i') }}
No vouchers found.
Showing {{ $vouchers->firstItem() ?? 0 }} - {{ $vouchers->lastItem() ?? 0 }} of {{ $vouchers->total() ?? 0 }} entries
{{ $vouchers->links('pagination::tailwind') }}