Laravel – Filter resource table by registered user id or current user
I'm starting with laravel/filamentphp in version 10 and I want to automatically filter the table of a resource so that the current user looks only at its records that I capture. I have the “user” model related to the “sale”…