@extends('layouts.app') @section('title', 'Bumper Draw') @section('content')
{{ $bumperDraw->range_start->format('d M Y') }} โ {{ $bumperDraw->range_end->format('d M Y') }} ยท {{ $bumperDraw->qualified_customers }} of {{ $bumperDraw->total_unique_customers }} customers qualified ({{ $bumperDraw->top_percent }}% threshold, {{ strtoupper($bumperDraw->qualification_mode) }} rule)
| Customer | Total Spend | Visits | Avg Bill | Rank (Spend) | Rank (Visits) |
|---|---|---|---|---|---|
| {{ $q->customer->name ?? $q->customer->phone }} | {{ number_format($q->total_amount, 2) }} | {{ $q->total_count }} | {{ number_format($q->average_bill, 2) }} | #{{ $q->rank_amount }} | #{{ $q->rank_count }} |
| No qualified customers. | |||||