App\Http\Controllers\PlayerController::index PHP Méthode

index() public méthode

public index ( )
    public function index()
    {
        return view('user.player')->with('players', $this->user->players->toArray())->with('user', $this->user);
    }