Cant edit variable inside custom page class in blade
i have a custom page which has public variable inside it. I wanted to make it accessible in the view, and it worked.
But when i wanted to update the value using
how can i bind the variable of the filament custom page class to a input / select in the view ?
But when i wanted to update the value using
wire:model, the value in the custom page class wont change.how can i bind the variable of the filament custom page class to a input / select in the view ?