App\Http\Controllers\PlayerController::index PHP Method

index() public method

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