@extends('layouts.app') @section('title', 'Play & Win') @section('content')

🎉 Pick a Card to Win a Reward!

Order #{{ $order->order_number }} — find the lucky card. Fewer tries, better prize!

@foreach ($cards as $card)
@endforeach

@endsection @section('scripts') @endsection