Monitor customer loyalty, frequency, and lifetime value across all rentals.
| Pelanggan | Status Tier | Order | Lifetime Value | Aksi |
|---|---|---|---|---|
|
{{ $c->nama }}
{{ $c->no_wa }}
|
@php $tier = $this->getTier($c->ltv); @endphp {{ $tier->label }} | {{ $c->total_orders }}x | Rp{{ number_format($c->ltv, 0, ',', '.') }} | |
| Pelanggan tidak ditemukan. | ||||
Showing {{ $customers->firstItem() ?? 0 }}-{{ $customers->lastItem() ?? 0 }} of {{ $customers->total() }}
Detailed rental history and customer insights.