@extends('backend.app') @section('title', 'Raffle Draw') @push('style') @endpush @section('content')
| # | Property | Status | Sold Tickets | Winner | Action |
|---|---|---|---|---|---|
| {{ $raffle->id }} | {{ $raffle->property->title ?? 'N/A' }} | {{ ucwords(str_replace('_', ' ', $raffle->status)) }} | {{ $raffle->active_tickets_count }} | {{ $raffle->winner->name ?? 'N/A' }} | Open Draw Screen |
| No raffle found. | |||||