On ListResource.php - How to show only the resources which belong to the current user?
I am using filament's plugin for Spatie Laravel Permissions, and everything works just fine except this thing. I dont want to hide the whole resource from the navigation bar so
viewAny() along with $post->user_id === auth()->user() won't fit here..