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