Winners Report
:
@php $message = "" @endphp @if (!$winnersData->isEmpty()) @php $i = 0 @endphp
Place
Player
Email
Prize Amount
@foreach ($winnersData as $Index => $row)
{{$row->RANK}}
{{$row->USERNAME}}
{{$row->EMAIL_ID}}
{{$row->PRIZE_VALUE.'('.$row->WINNER_PERCENTAGE.'%'.')'}}
@php $i++ @endphp @endforeach
@else {{ $message = "There is no record to display" }} @endif