@extends('layouts.admin') @section('style') @endSection @section('script') @endSection @section('content') @php $page_title = __('heading.title_list_voucher_series'); @endphp

{{ __('heading.title_list_voucher_series') }}

@foreach($redeem_codes as $code) @endforeach {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}}
No. Redeem Code Discount Value SKU Status
{{ $code['code'] }} {{ $code['discount_value'] }} {{ $code['sku'] }} {{ $code['status']}}
No.Voucher SeriesTitleRetail StoreDownloadedUsedRedemption PeriodCreated Date
@endsection