@extends('layout') @section('content')
Loading...
@include('common.no_found',["message" => "No details found"])
SN Sport Id Name Date Of Birth Gender State Aadhar Verified Status #
@{{ $index + 1 }} @{{player.unique_id}} @{{player.name}} @{{player.dob}} @{{player.gender_name}} @{{player.state_name}} Yes No @{{player.current_status}} Profile @if(Auth::user()->privilege == 3) @endif
@include('tournament.players.modal') @include('player.inc.modal')
@endsection