{{-- Hero Section --}}
{{-- Background Image --}}
Voucher Background
{{-- Content --}}

Voucher Eksklusif

Nikmati potongan harga spesial untuk koleksi parfum favorit Anda.

{{-- Search Bar --}}
@foreach ($vouchers as $voucher)
{{ $voucher->tags }}

{{ $voucher->name }}

{{ $voucher->summary }}

Kode Voucher

{{ $voucher->code }}

Min. Pembelian {{ $voucher->min_purchase_formatted }}
Berlaku Hingga
Sisa Kuota {{ $voucher->available_count }} / {{ $voucher->quota ?? '∞' }}
@endforeach
{{ $vouchers->links('vendor.livewire.custom-pagination') }}
{{-- Voucher Detail Modal --}} @if ($showDetailModal && $selectedVoucher)
{{-- Backdrop --}}
{{-- Modal Content --}}
{{-- Modal Header --}}
{{ $selectedVoucher->tags }}

{{ $selectedVoucher->name }}

{{-- Modal Body --}}

Syarat & Ketentuan

Minimum Pembelian

{{ $selectedVoucher->min_purchase_formatted }}

Masa Berlaku

Hingga {{ $selectedVoucher->end_date_formatted }}

@if ($selectedVoucher->limit_per_user)

Batas per Pengguna

{{ $selectedVoucher->limit_per_user }}x Klaim

@endif

Outlet Tersedia

@forelse ($selectedVoucher->outlets as $outlet) {{ $outlet->name }} @empty Dapat digunakan di semua outlet @endforelse

Ringkasan

"{{ $selectedVoucher->summary }}"

{{-- Modal Footer --}}
@endif