hasMany(Sale::class); } // Relación: Un cliente tiene muchos turnos public function appointments() { return $this->hasMany(Appointment::class); } }