@extends('layouts.app') @section('title', 'Bumper Draws') @section('content')
| Draw | Period | Qualified | Prize | Winner | |
|---|---|---|---|---|---|
| {{ $d->draw_name }} | {{ $d->range_start->format('d M') }} – {{ $d->range_end->format('d M Y') }} | {{ $d->qualified_customers }} / {{ $d->total_unique_customers }} | {{ $d->prize_name }} | {{ $d->winner_name ?? '-' }} | View |