@extends('layout') @section('content')
Loading...
@include('common.no_found',["message" => "No tournaments found"])
SN Sport Id Name Date Of Birth Gender State Aadhar Verified Status #
@{{ $index + 1 }}
@{{ tournament.name }}
@include("tournament.modal")
@endsection