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

DRAWS

{!!$main_title!!}
@if($period == 'monthly') {{-- Motorcycle --}} Bi Monthly Monthly @endif @if($period == 'monthly' && $period != 'gp_draw') {{-- Double Saving --}} @endif @if($period == 'gp_draw') Grand Prize @endif
@if(@$msg)
{!!$title!!}
{!!$msg!!}
@if($draw_winners) @if($count > 0)

Run the Draw

0000000000
@csrf
Stop

0-Winners

@endif
Winners
@foreach($draw_winners as $winner) @endforeach
# Participant Code Prize Action
{{$i++}} {{$winner->phone_number}} {{$winner->name}} {{$title}} Disqualify
@csrf
Discard Results
@else

Run the Draw

0000000000
@csrf
Stop

0-Winners

@endif @else
@csrf

{{-- --}}

@endif
@endsection