where('provincia', $provincia); } public function scopeSearch($query, $search) { return $query->where('denominazione', 'like', "%{$search}%"); } }