@extends('layouts.staff') @section('content')
{{ $customer->email }}
Current Points
Tracking qualified bookings (>9 hours).
Total Spent
RM {{ number_format($totalSpent) }}
Total Trips
{{ $bookingCount }}
Exp: {{ $voucher->validUntil?->format('d M Y') ?? 'N/A' }}
{{ $voucher->conditions ?? 'No conditions' }}
No vouchers assigned yet.
| Activity | Date | Points |
|---|---|---|
|
{{ $record->reason }} |
{{ $record->created_at->format('d M Y, H:i') }} | {{ $record->points_change > 0 ? '+' : '' }}{{ number_format($record->points_change) }} |
| No history records found. | ||