I'm given an exercise to find a distribution of a r.v. $S_N$ constructed as follows: $$S_N = \sum_{k=1}^{N+1} X_k$$ where $N \sim Geom(p), X_k \sim Exp(\lambda)$ for $p \in(0,1), \lambda >0$.
I recall from Non-Life Insurance course the following property of Laplace transform/PGF: $$L_{S_N}(t) = g_N(L_X(t))$$ Since $L_X(t) = \frac{\lambda}{\lambda+t}$ and $g_N(t) = \frac{p}{1-(1-p)t}$ , plugging in one expression into another I obtained: $$L_{S_N}(t) = p+(1-p)\frac{p\lambda}{p\lambda+t}$$
So here is my actual question. Is it possible to somehow recover a cdf from the given Laplace transform of the corresponding distribution ? I found a script where it's done but simply as a "property" but I would like to know some more detail and the theory behind it.
Any hint would be highly appreciated :)