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
You probably want to manage that via
->hidden()
or ->visibile()
. Like ->visible(fn () => auth()->user()->can('...'))