Property
{{ $raffle->property?->title ?? '—' }}
Price
Rp {{ number_format($raffle->ticket_price, 0) }}
Available
{{ $raffle->tickets_available }}
{{--
Max/User
{{ $raffle->max_tickets_per_user }}
--}}
This entry will be submitted as
Pending and the admin will be notified to review it.
@if($errors->any())
@foreach($errors->all() as $error)
- {{ $error }}
@endforeach
@endif