{{ $pageTitle }} {{ $pageDescription }} @if (empty($myVouchers))
Belum Ada Voucher Anda belum memiliki voucher. Klaim voucher di halaman utama untuk mendapatkan diskon menarik! Klaim Voucher Sekarang
@else
@foreach ($myVouchers as $voucher) {{-- Badge Status --}}
@if ($voucher['status'] === 'active') Aktif @elseif ($voucher['status'] === 'expired') Kadaluarsa @elseif ($voucher['status'] === 'upcoming') Segera @endif
{{-- Voucher Content --}}
{{ $voucher['name'] }} {{-- Voucher Code --}}
{{ $voucher['code'] }} @if ($voucher['quantity'] > 1) {{ $voucher['quantity'] }}x @endif
{{-- Summary --}} {{ $voucher['summary'] }} {{-- Discount Info --}}
{{ $voucher['discount_display'] }}
{{-- Min Purchase --}} @if ($voucher['min_purchase_display'])
{{ $voucher['min_purchase_display'] }}
@endif {{-- Valid Period --}}
{{ $voucher['date_display'] }}
{{-- Claimed Date --}} Diklaim pada: {{ $voucher['claimed_at_display'] }}
@endforeach
@endif