Tournament Participants
:
{{ $message = ''}} @if($participantDetails != '') @php $i = 0 @endphp
{{ 'Sno' }}
{{ 'Players' }}
@php $sno = 1 @endphp @foreach ($participantDetails as $Index => $row)
{{ $sno }}
{{ $row->PLAYER_NAME }}
@php $sno++ @endphp @php $i++ @endphp @endforeach
@else {{ $message = 'There is no records to display' }} @endif