Let $p$ be a prime and let $0<r<p$. Then $b(p,r)=\binom{p}{r}$ is an integer, because it is a binomial coefficient (which appears as a coefficient of $x^r$ in $(1+x)^p$). Moreover,
$$b(p,r)=\binom{p}{r} = \frac{p!}{r!(p-r)!} = \frac{p \cdot (p-1)!}{r!(p-r)!}.$$
Since $0<r<p$, neither $r!$ nor $(p-r)!$ have a factor of $p$. Hence $p$ only appears in the numerator of the expression for $b(p,r)$, and it follows that the integer $b(p,r)$ is a multiple of $p$ or, in other words, the expression
$$\frac{b(p,r)}{p}=\frac{(p-1)!}{r!(p-r)!}$$
is also an integer.
PS: The formal justification of the last step is as follows. The identity of integers
$$b(p,r) \cdot r!\cdot (p-r)! = p \cdot (p-1)!$$
implies that $p$ divides the left-hand side $b(p,r)\cdot (r!(p-r)!)$. Since $p$ is prime, it divides one of the two factors: $b(p,r)$ or $r!(p-r)!$. But $0<r<p$ implies that $p$ does not divide $r!$ nor $(p-r)!$, and so $p$ is a divisor of $b(p,r)$. This means that $b(p,r)/p$ is an integer.