$$\sum_{n=0}^{\infty} \frac{L_n(t)}{n!} = eJ_0(2\sqrt{t}) $$
where $L_n(t)$ are the Laguerre polynomials and $J_0(t)$ the Bessel function of first kind
I have calculated the Laplace transform of $L_n(t)$ which is $\frac{(s-1)^n}{s^{n+1}}$
The sum after a Laplace transform will evaluate to $\frac{1}{s} e^{1-\frac{1}{s}}$ by using the definition.
But $e^{-\frac{1}{s}}$ has no inverse Laplace transform so I guess that's not how to approach this problem.
As I said in the comments, just take the explicit representation of a Laguerre polynomial:
$$L_n(t) = \sum_{k=0}^n (-1)^k \binom{n}{k} \frac{t^k}{k!} $$
The sum in question is then
$$\begin{align} \sum_{n=0}^{\infty} \frac{L_n(t)}{n!} &= \sum_{n=0}^{\infty} \frac1{n!} \sum_{k=0}^n (-1)^k \binom{n}{k} \frac{t^k}{k!} \\ &= \sum_{k=0}^{\infty} (-1)^k \frac{t^k}{k!} \sum_{n=k}^{\infty} \frac1{n!} \binom{n}{k} \\ &= \sum_{k=0}^{\infty} (-1)^k \frac{t^k}{k!} \sum_{m=0}^{\infty} \frac1{m! k!} \\&= e \sum_{k=0}^{\infty} (-1)^k \frac{t^k}{k!^2} \\ &= e J_0 \left ( 2 \sqrt{t} \right ) \end{align}$$