@extends('admin.layouts.app') @section( 'content' )
| {{ trans( 'voucher.table.code' ) }} | {{ trans( 'voucher.table.name' ) }} | {{ trans( 'voucher.table.redeemed' ) }} | {{ trans( 'voucher.table.actions' ) }} |
|---|---|---|---|
| {{ $voucher->code }} | {{ $voucher->item_name }} | {{ $voucher->times_redeemed }} |