The following is a simple proof of divergence theorem :
$$ \begin{align} & \phantom{={}} \iiint (\nabla\cdot F) \, dV \\ & = \iiint \frac{(∂F_x)}{∂x} \, \text{dx dy dz} + \iiint \frac{(∂F_y)}{∂y} \, \text{dy dx dz} + \iiint \frac{(∂F_z)}{∂z} \text{dz dx dy} \\ & =\iint F_x\, \text{dy dz} + \iint F_y \, \text{dx dz} + \iint F_z \text{dx dy} \\ & =\iint F_x dS_x +\iint F_y \, dS_y +\iint F_z \, dS_z \end{align} $$ (since the projected area onto (for eg) $x$-$y$ plane is the $z$-component of area vector)
$$ =\iint (F_x+F_y+F_z)\cdot( dS_x+ dS_y+ dS_z) $$
$$ =\iint F\cdot dS$$
Is this proof enough? Then why we use the long proof given in most textbooks?