route('organisation')); return inertia('servers/Index', [ 'servers' => $organisation->servers()->paginate(30), ]); } }