unexpected_journey
Sidebar content for an estimator app?
I would probably use either a view field or a custom field component to render a table with your calculated values. You could use the filament blade components for tables in your view to keep the look of the UI consistent and you should be able to access the state of the rest of the form injecting the Get function which is in the advanced forms documentation. You’ll probably need to make most of the fields of your component reactive so that your custom view gets re-rendered when the state of the form changes.
5 replies