how to eager load in relationship manager
i have these models
the
company_event
table is unique by 3 columns
now in my EventResource->CompaniesRelationManager
, I would want to display the profile name, i tried Tables\Columns\TextColumn::make('companies.profile.name')
, while it works it is having N+14 Replies