@extends('layouts.user') @section('title') @lang('Reedem Voucher') @endsection @section('breadcrumb') @lang('Reedem Voucher') @endsection @section('content')
| @lang('Voucher Code') | @lang('Amount') | @lang('Reedemed at') | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{$item->code}} | {{numFormat($item->amount)}} {{$item->currency->code}} | {{dateFormat($item->updated_at)}} | |||||||||
| @lang('No data found!') | |||||||||||