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