Dicetak pada: {{ now()->format('d/m/Y H:i') }}
Paket: {{ $voucher->paket->nama_paket ?? '-' }}
Harga: Rp {{ number_format($voucher->harga, 0, ',', '.') }}
Masa Aktif: {{ $voucher->masa_aktif_hari }} hari
Dibuat: {{ $voucher->created_at->format('d/m/Y') }}
Pelanggan: {{ $voucher->pelanggan->nama }}
@if($voucher->tanggal_aktivasi)Tanggal Aktivasi: {{ $voucher->tanggal_aktivasi->format('d/m/Y') }}
@endif @if($voucher->tanggal_expired)Tanggal Expired: {{ $voucher->tanggal_expired->format('d/m/Y') }}
@endifTidak ada voucher yang ditemukan untuk dicetak.