Registered Players Info:
{{ $message = ''}} @if(count($playerDetails) != 0) @php $i = 0 @endphp @php $sno = 1 @endphp @foreach ($playerDetails as $Index => $row) @php $sno++ @endphp @php $i++ @endphp @endforeach
{{ 'Sno' }} {{ 'Username' }} {{ 'Email' }} {{ 'Phone Number' }}
{{ $sno }} {{ $row->PLAYER_NAME }} {{ $row->EMAIL_ID }} {{ $row->CONTACT }}
@else {{ $message = 'There is no records to display' }} @endif