@extends('layout.app')
@section('title', 'Kelola Voucher - Sistem Manajemen ISP')
@section('content')
| Kode Voucher | Paket | Harga | Status | Tanggal Aktivasi | Tanggal Expired | Aksi |
|---|---|---|---|---|---|---|
| {{ $voucher->kode_voucher }} | {{ $voucher->paket->nama_paket ?? '-' }} | Rp {{ number_format($voucher->harga, 0, ',', '.') }} | {{ $voucher->status }} | {{ $voucher->tanggal_aktivasi?->format('d/m/Y H:i') ?? '-' }} | {{ $voucher->tanggal_expired?->format('d/m/Y H:i') ?? '-' }} |