$$\dfrac{\quad{\neg \forall x~\big(P(x) \to \exists y~Q(x,y)\big) ~,\\ \forall x~\forall y~\Big(R(x,y) \to \big(P(y) \vee Q(y,x)\big)\Big)}\hspace{2ex}}{\therefore\quad\exists z~\Big(\neg P(z)\vee\forall y~\big(Q(z,y)\wedge\neg R(y,z)\big)\Big)} $$
$\uparrow$ I need to find a counter example of the logically invalid statement above
I have tried setting up a thruth table for determining the cases in which all premesis are true but the conclusion is false (these scenarios can be used as counter examples if I am correct). From the thruth table I found two combinations of (Q,P,R) (where Q indicates Q(x,y)=true etc.), however I am quite sure this approach is not the best one if it is even correct.
I am not sure how to work with the first premise since it uses the $\exists$ quantifier.
I have tried rewriting the statements into simpler form (rewriting the implication A $\rightarrow B$ as $\neg A \vee B$ etc. but am I not sure what form of the arguments should be in for finding the counter example.
I hope my writing is somewhat understandable. If any clarification is needed please ask me.
Any help is greatly appreciated , Thank you very much!
Here is some of my work:
The first image shows my attempt at simplification of the premises/conclusion.

The second image shows my attempt at finding a counter example:

Tip: Use alpha-replacement to express your statements with the same tokens in the same order in the predicates. Also rearrange them into PreNex normal form.
$$\dfrac{\because\quad{\neg \forall x~\big(P(x) \to \exists y~Q(x,y)\big) ~,\\ \forall x~\forall y~\Big(R(x,y) \to \big(P(y) \vee Q(y,x)\big)\Big)}\hspace{2ex}}{\therefore\quad\exists z~\Big(\neg P(z)\vee\forall y~\big(Q(z,y)\wedge\neg R(y,z)\big)\Big)}\qquad\dfrac{\because\quad{\neg \forall z~\exists y~\big(P(z) \to Q(z,y)\big) ~,\\ \forall y~\forall z~\Big(R(y,z) \to \big(P(z) \vee Q(z,y)\big)\Big)}\hspace{2ex}}{\therefore\quad\exists z~\forall y~\Big(\neg P(z)\vee\big(Q(z,y)\wedge\neg R(y,z)\big)\Big)} $$