Here
scruffy
Why not do an experiment with me? Here it is:
Make up a law of nature (or use a real one if you want) but take the simplest physical law you know and then try to craft a theory, a model, that explains how/why that law came to exist.
Do that and try to discern the overall characteristics that such a theory would have, what would it "look" like, what overall form would it take.
If you cannot do this for even the simplest law or even an imaginary law, then how on earth can you claim that the actual real laws of physics can be explained that way?
This is what scientists and engineers do, this is what software designers do, we try to solve the simplest examples of a problem and then extrapolate the solution to more complex examples.
Like doing a depth first search of a binary tree, we solve that by solving the simplest cases first which are
1. An empty tree.
2. A tree with a single node.
3. A tree with a node with a left child node.
4. A tree with a node with a right child.
5. A tree with a node that has two child nodes.
That's it, once we have solved for these five cases the solution is easily tweaked to work with any size binary tree no matter how big it is, millions and millions of nodes, every case will eventually come down to one of these five cases.
If you cannot do this, if you cannot even superficially explain the origin of the simplest imaginary law then you have absolutely no basis for disagreeing with me.