Create button on relation manager just animates spinning circle one time and does not submit.

I am working on building a relation manager for ClientCarrierAvailableTrucks. When I click the Create button after filling in form data the Create button animates with a circle one time and nothing happens, no data is submitted to the databse and the modal remains on screen. I had the same behavior with my other relation manager when a hidden field was marked as required that was getting filled in on submit. I have thoroughly (I believe) removed any requirements for hidden textinputs yet this still does not submit correctly.

I am a bit new to laravel/php/filament.

I have attached the relation manager and associated models as well as the resource in which the relation manager is located.

Any assistance is highly appreciated as I am stuck.
Solution
Here you are having an exception or a dump/dd command
Was this page helpful?