© 2026 Hedgehog Software, LLC
Select::make('Franchise') ->label('Franchise:') ->relationship('franchise') ->searchable(),
public function franchise(): belongsTo { return $this->belongsTo(Franchise_pivot::class, 'id', 'gioco_id'); }