Myster
Form in view record
In my Intervention resource, which displays the details of a client's intervention, I want to add a form that allows users to add activities related to this intervention. This form should contain a simple textarea field and be displayed directly on the intervention's view page (which extends ViewRecord).
Additionally, the activities that have been added should also be displayed on the same page, below the form.
How can I achieve this in Filament and Laravel?
3 replies