Select Day:
Select Hall:
Select Session:
@if(!empty($winner_details))
@php $i = 1; @endphp
@foreach($winner_details as $row)
{{ $i }}
Name: @php echo strtoupper($row->fname.' '.$row->lname) @endphp
City: @php echo ucwords($row->city) @endphp
@php $i++; @endphp
@endforeach
@endif