I see $\gcd(2,36)=2$ and divides $6$ so I divide and receive $z\equiv3 \pmod {18}$.
For $3z\equiv7\pmod 8$ I see $\gcd(3,8)=1$ and 1 divides 7. I also see that to reduce $3z\equiv7\pmod8$, I multiply by 3 which gives me $21\pmod8$. I am then left with $z\equiv3\pmod{18}$ and $z\equiv21\pmod 8$.
I then proceeded to use the Chinese Remainder Theorem on these two congruences and receive my answer.
My CRT work: 18 x 8=144 a=3 b=21 8(mod 18) = 8 18(mod 8) = 2, 3 x 8 x 8 = 192, 21 x 18 x 2 = 756, 192+756 = 948, 948(mod 144) = 84(mod 144)
However, I was told this was wrong but I am unsure why, if anyone can help point me in the right direction, that would be great.