First, those are exponent laws, not "index" laws- indices are just labels distinguishing, say, x1 from x2 or x1 from x2. You can't, in general, do arithmetic with indices and there are no "laws" concerning them.
Second, please use parentheses! I guess that when you say a^m x a^n = a^m+n, you really mean a^m x a^n= a^(m+n) because I know that is a law of exponents. But when you write 6^3x-12=6^x I don't know if you mean 6^(3x-12)= 6^x or (6^3x)-12= 6^x!
If you mean (6^3x)- 12= 6^x, then dividing both sides by 6^x doesn't help a lot: you get (6^3x)/6^x- 12/6^x= 6^(2x)- 12(6^{-x})= 1. You could do as VietDao29 suggests: Let y= 6^x so that 6^3x= y^3 and your equation is y^3- 12= y. Similarly, you could divide by 6^x to get 6^(2x)- 12(6^{-x})= 1 and let y= 6^x in that: y^2- 12/y= 1 which is really the sames as y^3- 12= y.
If you mean 6^(3x-12)= 6^x, then you can divide by 6^x to get 6^(2x-12)= 1 implying that 2x-12= 0 (any number to the 0 power equals 1) and x= 6.
Conversely you could take logarithms (base 60 of both sides to get 3x-12= x whence 2x-12= 0 and, again, x= 6.