© 2026 Hedgehog Software, LLC
Tables\Columns\TextColumn::make('customers.name') ->sortable(),
public function customers(): BelongsToMany { return $this->belongsToMany(Customer::class, 'repairshop_company_customer'); }