@extends('layout') @section('content')
Loading...
@include('common.no_found',["message" => "No details found"])
SN First Name Last Name Date Of Birth Gender Mobile #
@{{ $index + 1 }} @{{player.first_name}} @{{player.last_name}} @{{player.date_of_birth}} @{{player.gender == 1 ? "Male" : "Female"}} @{{player.mobile}}
@include('tournament.players.modal')
@endsection