I am building a system that uses Laravel Nova for managing resources.
There are a couple of instances where I want non-admin users to be able to create resources. The ideal solution would be to define the resource in Nova and embed Nova's own create
form on the front end of the site.
Has anyone done anything similar, or have any suggestions how to go about this?