@extends('layouts.app') @section('title', 'Vouchers') @section('content')
Total Sales
Vouchers Sold
Active Packages
| Date | Phone | Package | Price | Status |
|---|---|---|---|---|
| {{ $purchase->created_at->format('d M Y H:i') }} | {{ $purchase->phone_number }} | {{ $purchase->pricing->package_name ?? 'Unknown' }} | Rp {{ number_format($purchase->price, 0, ',', '.') }} | {{ ucfirst($purchase->status) }} |
|
No purchases yet |
||||