@extends('layouts.app') @section('title', 'Reward Game') @section('content')
One of these is secretly the "winning" card each round.
@foreach ($cards as $c)Reward given based on which attempt found the card. E.g. attempt 1 = best prize.
@foreach ($rewards as $r)| Order | Attempts | Reward | Coupon |
|---|---|---|---|
| {{ $s->order->order_number }} | {{ $s->found_at_attempt }} | {{ $s->reward_won }} | {{ $s->coupon?->code ?? '-' }} |
| No plays yet. | |||