How to reuse a Resource infoList method in another Resource in Laravel Filament?
I'm working on a Laravel project using Filament. I have two models: User and Car. Each Car belongs to a specific User. I want to display user information on the Car page by using the infoList defined in the UserResource…