Find closest multiple of $12$ to $18$. We see that $1 \times 12 = 12$ is the nearest. Now subtract $12$ from $18$ to get reminder $6$. Add $1$ to quotient.
Find closest multiple of $12$ to $60$. We see that $5 \times 12 = 60$ is the nearest. Now subtract $60$ from $60$ to get reminder $0$. Add $5$ to quotient.
Since $0$ is less than $12$, stop the division. The reminder is $0$. The topmost line $015$ is the quotient. Remove all zeros at the start of the quotient to get the actual quotient $15$.