@if(!empty($player_details))
Player Details
| Sr.No |
Name |
Contact |
Aadhar No |
Photo |
Aadhar Card |
Signature |
@foreach($player_details as $index => $detail)
| {{ $index + 1 }} |
{{$detail->player_name}} |
{{$detail->player_mobile_no}} |
{{$detail->player_aadhar_no}} |
 }}) |
 }}) |
 }}) |
@endforeach
@endif