deep relationship
I have 3 models User, Car, and Brand
and the relationship is User > Car > Brand
I created a UserResource and I want to fetch the brand name
with the code above i get "Attempt to read property "name" on null"
Solution:Jump to solution
solved it
```php
Tables\Columns\TextColumn::make('car_id')
->formatStateUsing(...
2 Replies