@extends('layouts.app') @section('content')

RAFFLE TOOL DRAW

@endsection
@if(session()->has('message'))
{{ session()->get('message') }}
@endif
Upload Participants List (Currently {{$count}} participants)
@csrf
@if ($activeDraw)

Ongoing Draw

Continue
@endif