I was wondering if a particular package exists for my specific use case. So I am currently making a contract builder that will sort do the following:
-Create the contract content
-Add variables to said contract content
Ex.
I [[variable]] has agreed to accept [[variable]] to [[variable]] effective [[variable]]
In terms of data structure, I can manage just fine in the backend and generate the pdf on the backend based on this.
The closest I've seen that sort of got close is this package: https://github.com/blopa/Contract-Builder
I would really appreciate if you know any package that comes close to my specific use case, thanks in advance!