The definition of P-value is the probability of obtaining a sample that is more extreme than the ones observed in your data, assuming that the null hypothesis is true. That 's very well-explained in this answer.
In a nutshell: $P(Test~Statistics~of~H_1 \geq Some Value_1 ~~|~~ True~Value~of~H0 = SomeValue_2)$
How I understand that, suppose $P_{value} = 0.06$, that means if we repeat the experiment on different samples 100 times, we expect to see the sample test statistics $\geq Some Value_1~$ 6 times out of 100. That means, the higher $P_{value}$ is, the more likely our alternative hypothesis is correct (and more likely we should reject null-hypothesis).
But what is confusing me is the rule that says, if $P_{value} \leq \alpha \implies Reject~H_0$. For example, if the level of significance is 0.06, that means $P_{value}$ should be less than 0.06 to accept the alternative hypothesis, which contradicts the first statement.
Any help in understanding it intuitively is very much appreciated.