filament/forms
Filament Forms is a Laravel package for building powerful, reactive admin forms with a fluent, component-based API. Create fields, layouts, validation, conditional logic, and dynamic interactions quickly, with tight Livewire integration and great DX for panels and apps.
The hidden component allows you to create a hidden field in your form that holds a value.
use Filament\Forms\Components\Hidden;
Hidden::make('token')
Please be aware that the value of this field is still editable by the user if they decide to use the browser's developer tools. You should not use this component to store sensitive or read-only information.
How can I help you explore Laravel packages today?