how to eager load in relationship manager
i have these models
the
now in my
the
company_event table is unique by 3 columnsnow 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+1