F
Filament9mo ago
xb23

Anyone know a way to access control a certain field rather than an entire resource?

Anyone know a way to access control a certain field rather than an entire resource?
1 Reply
Dennis Koch
Dennis Koch9mo ago
You probably want to manage that via ->hidden() or ->visibile(). Like ->visible(fn () => auth()->user()->can('...'))

Did you find this page helpful?