Prize Structure
:
@php $message = "" ; @endphp @if ($prizeStructure != '') @php $i = 0 ; @endphp
Place
Prize Amount
@foreach ($prizeStructure as $Index => $row)
{{$row->PLAYER_RANK}}
{{$row->PRIZE_VALUE.'('.$row->WINNER_PERCENTAGE.'%'.')'}}
@php $i++ ; @endphp @endforeach
@else {{ $message = "There is no record to display" }} @endif